Closed
Bug 1492012
Opened 5 years ago
Closed 5 years ago
Enable scrollbar properties by default
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
No description provided.
Comment 1•5 years ago
|
||
Is that for Nightly or do you mean to let them ride the trains to release? Sebastian
Flags: needinfo?(xidorn+moz)
Keywords: dev-doc-needed
Assignee | ||
Comment 2•5 years ago
|
||
I'm thinking about having it ride the train, but I'd wait for CSSWG to publish it first.
Flags: needinfo?(xidorn+moz)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → xidorn+moz
Assignee | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Comment on attachment 9012023 [details] Bug 1492012 - Enable scrollbar-color and scrollbar-width by default. r=heycam Cameron McCormack (:heycam) has approved the revision.
Attachment #9012023 -
Flags: review+
Pushed by xquan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9ed4cd3adbbb Enable scrollbar-color and scrollbar-width by default. r=heycam
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9ed4cd3adbbb
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Comment 7•5 years ago
|
||
Sorry, does this mean Nightly users will be able to change scrollbar's colors and width?
Assignee | ||
Comment 8•5 years ago
|
||
CSS properties are mainly for websites to customize their user experience, but yes, users can always use those properties in their user stylesheets to customize their own experience as well.
Comment 9•5 years ago
|
||
(In reply to Xidorn Quan [:xidorn] UTC+10 from comment #8) > CSS properties are mainly for websites to customize their user experience, > but yes, users can always use those properties in their user stylesheets to > customize their own experience as well. Sure, thank you so much for answering me so quickly!
Comment 10•5 years ago
|
||
Love this feature! Firefox Nightly seems to only support keywords. Will you also support length as a value?
Comment 11•5 years ago
|
||
(In reply to oliverwilliams345 from comment #10) > Love this feature! Firefox Nightly seems to only support keywords. Will you > also support length as a value? That was the initial approach, but other CSSWG members opposed, so the resolution ended up being allowing only keywords.
Assignee | ||
Comment 12•5 years ago
|
||
No, it's not very likely that scrollbar-width will support accepting length, and that will probably be removed from the spec soon. Operating system vendors expressed strongly against doing that.
Comment 13•5 years ago
|
||
Thanks for clarifying! `thin` looks nice and I don't think there's a pressing need for a specified width. Looks like rgba values ignore the alpha value in Firefox Nightly. Is that intentional?
Assignee | ||
Comment 14•5 years ago
|
||
I'm fixing that in bug 1494607 (and another bug for macOS to come). Ignoring that was easier to implement and I didn't think that matters a lot, but it seems people do have some expectation for that, so I'm trying to fix it now.
Comment 15•5 years ago
|
||
Thanks Xidorn :)
Comment 16•5 years ago
|
||
Rachel Andrew already documented this spec. I've finished it off by making sure compat data is up-to-date for both: https://github.com/mdn/browser-compat-data/pull/3063 And adding a note to the Fx64 rel notes: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/64#CSS
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•