Skip to content

Scrollpane is jumping to bottom #366

Description

@ghikya

Scrollpane is jumping to bottom if opening a select2 from anywhere on the page, then if trying to scroll any scrollpane object it's jumping to bottom. I fixed this temporarily by modifying this line:
from: elem.trigger('jsp-scroll-y', [-destTop, isAtTop, isAtBottom]).trigger('scroll');
to: elem.trigger('jsp-scroll-y', [-destTop, isAtTop, isAtBottom]);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions