-
Notifications
You must be signed in to change notification settings - Fork 0
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
Scrollbar ticks show up under thumb on Mac with Lion scrollbars, with trackpad #12392
Comments
Note: doesn't repro if you have a mouse plugged in (or scrollbars set to always-on even with touchpad). Only the touch/iOS-style scrollbars will show the bug. |
Interestingly, this Firefox bug seems to suggest that the behavior used to be different (respecting normal z-ordering, like on Windows) in both FF and Chrome. Not sure when it might have changed. The only workarounds I've seen suggested are to use custom scrollbar CSS, which I'm sure drops down to custom rendering code in the browser's own rendering pipline, respecting the z-ordering more normally. But obviously that has lots of disadvantages... |
To |
In particular, we talked about either:
In either case we'd ideally only do this on Mac when scrollbars aren't always-visible -- I think CM has a heuristic for detecting this which we could probably piggy-back on. |
If we added custom scrollbars for mac too, would it fix this? |
Potentially, but I don't think we want to go that route just for this bug - trying to simulate native behavior exactly is tricky. |
Exactly -- the Mac native scrollbars are significantly more nuanced than the other platforms. It would definitely fix this, but I agree with NJ that we shouldn't do that. |
Thursday Oct 03, 2013 at 00:08 GMT
Originally opened as adobe/brackets#5407
Result: The thumb shows up above the tickmarks on the right. If you mouse over the thumb to drag it, the track is nearly opaque and makes it nearly impossible to see the tickmarks.
The text was updated successfully, but these errors were encountered: