Open
Bug 1353248
Opened 8 years ago
Updated 2 years ago
[e10s] select - options styling doesn't work properly if CSS selector :-moz-focusring is present
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
NEW
People
(Reporter: 684sigma, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression, testcase, Whiteboard: [webcompat])
I noticed a problem in Nightly 55 (found in Video Download Helper extension). It doesn't happen in ESR 45.
:-moz-focusring selector in CSS don't always styles options in <select> drop-down properly.
1. Open url "data:text/html,<style>select:-moz-focusring {background: red;}</style><select><option>1<option>2"
2. Press Tab, then click outside of <select>
3. Click on <select>
Result: options aren't styled properly (white instead of red).
Expected: should be red.
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
Updated•7 years ago
|
Blocks: e10s-select
Flags: webcompat?
Keywords: testcase
OS: Unspecified → All
Priority: -- → P3
Hardware: Unspecified → All
Updated•7 years ago
|
Updated•7 years ago
|
Flags: webcompat?
Whiteboard: [webcompat]
Comment 2•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 3•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•5 years ago
|
Webcompat Priority: ? → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•