iOSList icon indicating copy to clipboard operation
iOSList copied to clipboard

ioslist-animated left applied to groups

Open iamdriz opened this issue 9 years ago • 0 comments

If some groups only have one item or none and the user scrolls up and down the list fast and then returns to the top of the list, it can sometimes cause some the groups to still have the class of ioslist-animated applied to them meaning that the headers overlap each other.

Adding this to the bottom of testPosition seems to fix it:

if( currentTop == 0 )
    $(this.options.selectors.groupContainer).removeClass(this.options.classes.animated);

iamdriz avatar Apr 21 '16 10:04 iamdriz