You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]);
The text was updated successfully, but these errors were encountered:
ghikya
changed the title
Scrollpane is juping to bottom
Scrollpane is jumping to bottom
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]);
The text was updated successfully, but these errors were encountered: