Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0
-
None
Description
When using ListView's displaced transition with an animation on the y position, if items would be displaced (far enough) outside of the list viewport, the animation's target y position is wrong.
A sample demonstrating the issue is attached. Ensure the window is about 14 items tall and click the test button to see the breakage. If the window is about 16 or more items tall the animation will play correctly. A video is attached demonstrating this. (Note the odd visual glitch when resizing the window is a separate issue)
Edit: this can be mostly worked around by setting "cacheBuffer: 0; reuseItems: false;", which makes the issue far less visible.