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

Scrollpane is jumping to bottom #366

Open
ghikya opened this issue Mar 27, 2019 · 2 comments
Open

Scrollpane is jumping to bottom #366

ghikya opened this issue Mar 27, 2019 · 2 comments

Comments

@ghikya
Copy link

ghikya commented Mar 27, 2019

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

@ghikya ghikya changed the title Scrollpane is juping to bottom Scrollpane is jumping to bottom Mar 27, 2019
@illuusio
Copy link
Collaborator

I think this is duplicate of #362?

@illuusio
Copy link
Collaborator

illuusio commented Jun 25, 2020

Please try new version is it still jumping and please notify your config which parameter are using and can you reproduce that problem with examples

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

No branches or pull requests

2 participants