Skip to content

ioslist-animated left applied to groups #12

Description

@iamdriz

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions