roeierez/infinite-list

LoadMore element not showing with native scrolling

dsbl411 opened this issue ยท 1 comments

Hi Roei,

First of all, thank you very much for your really powerful library. It definitely makes a huge difference for large datasets. ๐Ÿ‘

I've started to play with your native-scroller branch on desktop browsers and it works great.

The issue I found so far is that the LoadMore element sometimes doesn't appear. It seems that the loadMoreRenderer callback is called all the time though.

Below is a capture of your paging example with native scrolling enabled that illustrate this:
loadmoreissue

I was able to reproduce this issue on a Windows 10 machine with:

  • Chrome 53
  • Edge 38.14393.0.0
  • IE 10 and 11
  • Firefox 49

The issue appears whether you scroll to the bottom using the mouse wheel or the scrollbar.

Please let me know if you need any further information.

Thanks. ๐Ÿ™‚

To add more, I've just noticed with Edge that some elements are sometimes not visible when the issue occurs.
loadmoreedge

Thanks. ๐Ÿ™‚