I use VirtualScrolling to display 5'000'000 products. However in IE8 I can only scroll to the 53687th product. I did some debugging and found out that IE8 has limited the maximum height of an HTML element. In IE8 height is limited to 1342177.27 pixels. (My avarage row height is 25 pixels).
Can you solve the problem or provide a workaround?
IE8 has that limitation. So we cannot use one element stretched to any height larger than 1.3 million pixels.
We're working on another solution for IE8. Thank you for reporting.