[Webkit-unassigned] [Bug 195158] Maximum element size is too restrictive for virtual scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 03:53:27 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=195158

--- Comment #4 from Andy E <andyearnshaw at gmail.com> ---
#2 is correct-ish on those estimates.

AnneVK of Mozilla suggested I show that others are also experiencing this issue, so here's a bunch of links to open source project issue trackers where people have encountered this problem:

SlickGrid — [Virtualization fails above 50k records in IE](https://github.com/mleibman/SlickGrid/issues/22) (title mentions IE but other browsers are also discussed)
Clusterize.js — [Cannot scroll past 1,342,180th line](https://github.com/NeXTs/Clusterize.js/issues/161)
ngx-virtual-scroller — [What in case for example 1 million records](https://github.com/rintoj/ngx-virtual-scroller/issues/68)

Another project, react-virtualized (probably the most popular virtual scrolling library), uses the same workaround we are using to get around the limit, but the author [created an issue](https://github.com/bvaughn/react-virtualized/issues/396) to discuss the drawbacks of the workaround and potential solutions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190320/5a681c7d/attachment.html>


More information about the webkit-unassigned mailing list