Open
Bug 1468703
Opened 7 years ago
Updated 3 years ago
Form select option CSS rules stopped working in version 60
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: balzer, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
26.67 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180605171542
Steps to reproduce:
Apply CSS rules to select options, see "testcase.htm"
Actual results:
Options are rendered in default style, see screenshot "firefox60.png"
Expected results:
Rules should be applied, see screenshot "chrome.png" or open file in previous firefox version
Comment 1•7 years ago
|
||
I have managed to reproduce the issue on Firefox 62.0a1 (2018-06-18) (64-bit) Nightly
Firefox 60.0.2 (64-bit) release on Windows 10 / macOS 10.13 and Ubuntu (64-bit).
Status: UNCONFIRMED → NEW
Component: Untriaged → CSS Parsing and Computation
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Version: 60 Branch → Trunk
Comment 2•7 years ago
|
||
There are two issues here. The lack of support for limited (color) styling for one of the <option>s is bug 1406865. The more serious issue of not supporting styling more generally (and so we don't use the monospace font) is tracked by bug 1375476.
Comment 3•5 years ago
|
||
JFTR: This works when setting "dom.forms.select.customstyling" to true, as suggested by bug 1406865.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•