Closed Bug 1463917 Opened 7 years ago Closed 7 years ago

Use widget code to render scrollcorner

Categories

(Core :: CSS Parsing and Computation, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
mozilla62
Tracking Status
firefox62 --- fixed

People

(Reporter: xidorn, Assigned: xidorn)

References

Details

Attachments

(2 files)

No description provided.
Priority: -- → P3
Assignee: nobody → xidorn+moz
Somehow resizer is supported automatically with scrollcorner be rendered through widget... Probably need some investigation on how it works, but it's great that it works without extra effort :D
Comment on attachment 8986346 [details] Bug 1463917 part 1 - Add scrollcorner to -moz-appearance so that widget can render it. https://reviewboard.mozilla.org/r/251710/#review258092 ::: toolkit/themes/osx/global/nativescrollbars.css:77 (Diff revision 1) > > scrollcorner { > - /* XXX -moz-appearance: scrollcorner; */ > + -moz-appearance: scrollcorner; > width: 16px; > cursor: default; > background-color: white; Is this background-color unnecessary now? ::: toolkit/themes/windows/global/xulscrollbars.css:69 (Diff revision 1) > > scrollcorner { > - /* XXX -moz-appearance: scrollcorner; */ > + -moz-appearance: scrollcorner; > width: 16px; > cursor: default; > background-color: -moz-Dialog; And here?
Attachment #8986346 - Flags: review?(cam) → review+
Comment on attachment 8986346 [details] Bug 1463917 part 1 - Add scrollcorner to -moz-appearance so that widget can render it. https://reviewboard.mozilla.org/r/251710/#review258092 > Is this background-color unnecessary now? Not until the new widget type is supported by the given platform, which in this case is macOS. > And here? Same here, but for Windows and Linux. We may need this even after all platforms support that, for the case when native theme is disabled. See bug 1469741.
Comment on attachment 8986347 [details] Bug 1463917 part 2 - Have windows widget render scrollcorner. https://reviewboard.mozilla.org/r/251712/#review258256
Attachment #8986347 - Flags: review?(jmathies) → review+
Pushed by xquan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d1321b144616 part 1 - Add scrollcorner to -moz-appearance so that widget can render it. r=heycam https://hg.mozilla.org/integration/autoland/rev/d69617c50c04 part 2 - Have windows widget render scrollcorner. r=jimm
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: