WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
155630
[OS X] Scrollbars are sometimes erroneously reported as overlay
https://bugs.webkit.org/show_bug.cgi?id=155630
Summary
[OS X] Scrollbars are sometimes erroneously reported as overlay
Myles C. Maxfield
Reported
2016-03-18 01:09:52 PDT
Scrollbars are sometimes erroneously reported as overlay
Attachments
Patch
(2.94 KB, patch)
2016-03-18 01:30 PDT
,
Myles C. Maxfield
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2016-03-18 01:30:09 PDT
Created
attachment 274393
[details]
Patch
Darin Adler
Comment 2
2016-03-18 08:54:59 PDT
Comment on
attachment 274393
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=274393&action=review
> Source/WebCore/ChangeLog:26 > + An alternative similar approach would be for ScrollbarThemeMac to listen to the > + NSPreferredScrollerStyleDidChangeNotification.
Why didn’t you chose that approach?
> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:635 > + if (auto* macTheme = macScrollbarTheme()) > + macTheme->usesOverlayScrollbarsChanged();
I’d just call the super-local variable "theme".
Darin Adler
Comment 3
2016-03-18 08:55:09 PDT
No regression test?
Myles C. Maxfield
Comment 4
2016-03-18 14:14:45 PDT
Committed
r198444
: <
http://trac.webkit.org/changeset/198444
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug