Re: [csswg-drafts] [css-scrollbars][proposal] Add support for attaching native scrollbars to an element (#3397)

Here are some implementations using variations of @upsuper's suggestion, along with their respective issues for the maximum element size limit mentioned in my previous post:

https://github.com/mleibman/SlickGrid/ ★ 6,478 ([issue](https://github.com/mleibman/SlickGrid/issues/22))
https://github.com/NeXTs/Clusterize.js/ ★ 6068 ([issue](https://github.com/NeXTs/Clusterize.js/issues/161))
https://github.com/rintoj/ngx-virtual-scroller ★ 558 ([issue](https://github.com/rintoj/ngx-virtual-scroller/issues/68))
https://github.com/stackfull/angular-virtual-scroll ★ 262 ([issue](https://github.com/stackfull/angular-virtual-scroll/issues/21))
https://github.com/tbranyen/hyperlist ★ 185 (no issue for maximum element size—yet)

The use cases are out there for "virtualized scrolling", these repos demonstrate that a native solution would be well-received. Google is littered with further examples and attempts, though few hit the limitation in their testing.

-- 
GitHub Notification of comment by andyearnshaw
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3397#issuecomment-453851055 using your GitHub account

Received on Sunday, 13 January 2019 17:54:13 UTC