Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ioslist-animated left applied to groups #12

Open
iamdriz opened this issue Apr 21, 2016 · 0 comments
Open

ioslist-animated left applied to groups #12

iamdriz opened this issue Apr 21, 2016 · 0 comments

Comments

@iamdriz
Copy link

iamdriz commented Apr 21, 2016

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant