Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete list in FF and odd scrolling #536

Open
2 of 8 tasks
moodyjmz opened this issue Jun 28, 2018 · 2 comments
Open
2 of 8 tasks

Incomplete list in FF and odd scrolling #536

moodyjmz opened this issue Jun 28, 2018 · 2 comments

Comments

@moodyjmz
Copy link

moodyjmz commented Jun 28, 2018

Description

Using 500k items to display in list.

Expected outcome

The items display and are scrollable

Actual outcome

In IE11 and FF (60 & 62) the list is not as expected.

FF ends the list at 470940

IE11 doesn't calculate the scroll region correctly at all, but does render the items - ie ironList.scrollToIndex(499999) works

Live Demo

https://codepen.io/anon/pen/NzEvwY

a: open in Chrome
b: scroll list, it will behave as expected and 500,000 items can be seen
(there are some small jitters if you go crazy on the scrolling)

a: open in FF
b: attempt the same and the list will not render past 470,940 and become blank
c: if you repeatedly scroll the list, FF will jank and eventually crash the page

a: open in IE11
b: try to scroll and the scroll will not let you

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
@gregorymachon
Copy link

+1

@moodyjmz moodyjmz changed the title Incomplete list in FF and odd scrolling in IE Incomplete list in FF and odd scrolling Jun 28, 2018
@ronny1982
Copy link

ronny1982 commented Apr 16, 2019

Also have problems in Chrome ith the provided demo.
When dragging the scrollbar a blank gap starts to grow on the top or bottom (depending if you start to drag the scroll slider from the beginning or the end) and increases the more it is scrolled until all items disappear.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants