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
When having a limit of index 1 as the top then the mentioned line forces a padding to be added to viewport.scrollTop, since paddingHeight is negative. This scrolls the viewport down again, while the user scrolls up, which causes the jumping.
When this line is removed everything works as expected when having a lower limit. On the other hand without a lower limit, ui-scroll will fetch new items indefinitely.
There should be a check which only executes that line when the beginning (buffer.bof === false) was not reached.