Open
Bug 1353247
Opened 8 years ago
Updated 2 years ago
[e10s] select - options styling doesn't work properly if CSS selector :focus is present
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
NEW
People
(Reporter: 684sigma, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
I noticed a problem in Nightly 55. It doesn't happen in ESR 45.
:focus selector in CSS don't always styles options in <select> drop-down properly.
1. Open attached page
2. Choose one of examples. Click on the gray area, then on <select>
Result: options aren't styled properly (read expectations on the page, also check in non-e10s).
Expected: should be.
Tested on Nightly 2017-04-03, User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Updated•8 years ago
|
Comment 2•7 years ago
|
||
With e10s enabled, the options in the dropdown menu wrongly have default
styling in cases 1 and 3, where the expected result is that they have
the author-specified colors.
After disabling e10s, the testcase has the expected rendering, AFAICT.
Blocks: e10s-select
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: webcompat+
Flags: in-testsuite?
Keywords: testcase
OS: Unspecified → All
Priority: -- → P2
Hardware: Unspecified → All
Updated•7 years ago
|
Comment 3•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 4•6 years ago
|
||
See bug 1547409. Moving webcompat whiteboard tags to project flags.
Webcompat Priority: --- → ?
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
•