Open
Bug 1353251
Opened 8 years ago
Updated 2 years ago
[e10s] select - options styling doesn't work properly if CSS selector :-moz-ui-invalid is present
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
NEW
People
(Reporter: 684sigma, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
I noticed a problem in Nightly 55 (found in Video Download Helper extension). It doesn't happen in ESR 45.
:-moz-ui-invalid selector in CSS don't always styles options in <select> drop-down properly.
1. Open attached page
2. Click in <input>, delete text in <input>
3. Click on <select>
Result: The fourth option contains black text on white background.
Expected: The fourth option should contain red text on pink background.
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Tested on Nightly 2017-04-03, User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
See Also: → 1353247
See Also: → 1353248
See Also: → 1353249
See Also: → 1353250
Updated•7 years ago
|
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•