You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a small issue with list component and hasVariableItemDimensions.
Starting point is a list and a simple item renderer and each of the item renderer has a different height. Scrolling down of list is fine, but scrolling up produces some visual issues.
It looks like the bounds of the list to add/remove item renderer are calculated wrong and the list starts jumping while scrolling.
… adjust scroll position to avoid jumpy or shifting items when scrolling backgrounds while the layout is virtual with variable item dimensions (closes#432)
Hi,
there is a small issue with list component and hasVariableItemDimensions.
Starting point is a list and a simple item renderer and each of the item renderer has a different height. Scrolling down of list is fine, but scrolling up produces some visual issues.
It looks like the bounds of the list to add/remove item renderer are calculated wrong and the list starts jumping while scrolling.
Further details can be found here http://forum.starling-framework.org/topic/bug-with-feathers-list-and-hasvariableitemdimensions?replies=1#post-25765
Regards,
wman
The text was updated successfully, but these errors were encountered: