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

Mac Chrome 34 breaks scrolling by dragging the scrollbar #2326

Closed
mtaran-google opened this issue Mar 3, 2014 · 4 comments
Closed

Mac Chrome 34 breaks scrolling by dragging the scrollbar #2326

mtaran-google opened this issue Mar 3, 2014 · 4 comments

Comments

@mtaran-google
Copy link
Contributor

I'm hoping you can come up with a small test case and help figure out what the issue is: https://code.google.com/p/chromium/issues/detail?id=348745

marijnh added a commit that referenced this issue Mar 7, 2014
@marijnh
Copy link
Member

marijnh commented Mar 7, 2014

Attached patch solves the problem for me. Can you verify?

marijnh added a commit that referenced this issue Mar 7, 2014
@mtaran-google
Copy link
Contributor Author

Verified!

marijnh added a commit that referenced this issue Oct 30, 2015
We now disable pointer events on them (again) and temporarily
re-enable those when scrolling.

Fixes a problem where you could not click to put the cursor
'under' the hidden scrollbar areas at the right and bottom.

Issue #2326
@marijnh
Copy link
Member

marijnh commented Oct 30, 2015

Just a heads-up that, I suppose due to further changes in the way OS X does scrollbars, I had to revise my strategy here again. Attached patch moves back to a pointer-events solution, but improves the old approach by temporarily enabling pointer events after scrolling.

@johnjbarton
Copy link

Please see #3677

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