-
Notifications
You must be signed in to change notification settings - Fork 414
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
Scrolling on OS X 10.x stops scrolling inside scroll area when viewing next chunk #3
Comments
Same happening for me too, tested on OSX Chrome. |
Same here - Chrome 42, OSX 10.10 |
Thanks for the feedback. I'm working on it. You could change that option in playground http://nexts.github.io/Clusterize.js/#playground |
Same happening when rows_in_block pushed to 100 |
Same thing here. Great demo, btw! |
Yeah, depending on |
I'm seeing the same on OSX with inertial scrolling of the trackpad. However, using the scrollbar itself and dragging it up/down does not cause the problem - Even when dragging the scrollbar much faster than inertial scrolling of the trackpad. I suppose this is due to mouse pointer being "anchored" to the scrollbar control by its "mouse button down" event. |
I do experience the same thing. It's a lot less when you set the |
This might be related to #11 on other devices. |
I concur. While scrolling through lists, it jumps to the page scroll instead. |
@mikelittman @klihelp @abacaj @mathieudutour @cameron @tomasdev @kpowick @skitiz Hello guys, please check if last commit (v0.10.0) helps. Btw, someone please check other browsers on Mac. |
Working in chrome 45, firefox 37 and Safari 9 |
Latest Chrome on OS X 10.10.4 is much better, though using the scrollbar still results in a smoother experience than inertial scrolling of the trackpad. Safari (8.0.7) still exhibits some "jerkiness" or temporary freezing of the scrolling list when using the trackpad. Using the scrollbar is ok. |
Yeah, in Safari scrolling locks up in Safari 9 for me too still. Has there been any progress on this or maybe a commit in a branch we can test? Happens in the demos and in my own implementation I'm resizing other elements on the page based on the |
There's also a strange issue about scrolling by dragging the scrollbar around in Safari 9.0.1: https://cloudup.com/cFkhiYqEuKT |
@OscarGodson Unfortunately I have no my own Mac yet so I can not dive into it completely. |
@as-com, @OscarGodson, @NeXTs, yep, just becase clusterize (scrollEv) needs to be added to wheel/scroll events (for scrollElement & document) and looks like it solves this issue. small (paste before clusterize initialization):
also you need to care about destroy callback and installed handlers |
@vamp I want keep scrolling native |
Finally I got Mac with OS X v10.11.6 Does someone still experience this problem? |
It appears that the scroll handoff between clusters inside a large list causes some problems with OS X smooth scrolling. See video: http://d.pr/v/1fQ67
The text was updated successfully, but these errors were encountered: