Changes between Initial Version and Version 1 of Ticket #5062, comment 6
- Timestamp:
- 03/26/2020 02:28:06 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5062, comment 6
initial v1 7 7 Good point. Definitely should be tested but should be low risk. 8 8 9 The only case where it won't fetch more items is if the page is not long enough and the window `onscroll` event is not triggered. Otherwise it may show all 12 on screen and on any movement will fetch the rest.9 The only case where it won't fetch more items is if the page is not long enough and the window `onscroll` event is not triggered. Otherwise it may show all 12 on screen and on any movement will fetch the next page.