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
I'm a befuddled. In this simple example, the scroller is loading 7 "pages" worth of data initially and then when I scroll down the load one more page, scrolling up gets very confused, jumping from the 70's to the 50's to the 30's.
Why after it gets another page of data after the intial load does scrolling up skip large swaths?
Related, I'm trying to make the scroller in this case forward-only so that it only loads fro index > 0. If I scroll down until it loads another page and then up to the very top, it starts making requests for very large indexes.
Last question: Is this even possible? If so, is this the right approach?
The text was updated successfully, but these errors were encountered:
It seems like a part of issue#8. The problem vanishes after removing of "float: left" style property on imageCell class... Looks like we have to reopen it.
I'm a befuddled. In this simple example, the scroller is loading 7 "pages" worth of data initially and then when I scroll down the load one more page, scrolling up gets very confused, jumping from the 70's to the 50's to the 30's.
https://github.com/marknadig/ui-scroll-test/tree/master/forward-only
So, first questions.
Related, I'm trying to make the scroller in this case forward-only so that it only loads fro index > 0. If I scroll down until it loads another page and then up to the very top, it starts making requests for very large indexes.
Last question: Is this even possible? If so, is this the right approach?
The text was updated successfully, but these errors were encountered: