Closed
Bug 1748150
Opened 3 years ago
Closed 3 years ago
Native windows theme still uses win10 scrollbars.
Categories
(Core :: Widget: Win32, defect)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We're hard-coding ScrollbarDrawingWin
in do_GetNativeTheme()
, which causes this.
Assignee | ||
Comment 1•3 years ago
|
||
It was hard-coding Windows 10 scrollbars.
There's an argument to be made that maybe we should use
NonNativeScrollbarStyle() everywhere (perhaps except on RDM)?
Happy to make that change if you want.
There's no need for RDM to respect the non-native style override (changes to the
pref don't update gRDMInstance anyways).
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed1a9ab41bd5
Make nsNativeThemeWin use correct native scrollbars. r=spohl
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•