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)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(2 files)
No description provided.
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → xidorn+moz
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
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 4•7 years ago
|
||
mozreview-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
::: 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+
Assignee | ||
Comment 5•7 years ago
|
||
mozreview-review-reply |
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 hidden (mozreview-request) |
Comment hidden (mozreview-request) |
![]() |
||
Comment 8•7 years ago
|
||
mozreview-review |
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
Comment 10•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d1321b144616
https://hg.mozilla.org/mozilla-central/rev/d69617c50c04
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.
Description
•