Open
Bug 1353249
Opened 8 years ago
Updated 2 years ago
[e10s] select - options styling doesn't work properly if CSS selector :hover 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)
479 bytes,
text/html
|
Details |
I noticed a problem in Nightly 55 (found in Video Download Helper extension). It doesn't happen in ESR 45.
:hover selector in CSS don't always styles options in <select> drop-down properly.
There're three ways to reproduce the bug.
First:
1. Open attached page
2. Click on <select> and move mouse away
Result: First, second, fourth, fifth options contain red text on pink background.
Expected: Should contain black text on white background.
Second:
1. Open attached page
2. Press Tab to focus <select>, press F4 to open <select>
3. Hover mouse over the fifth option
Result: First four options contain black text on white background.
Expected: Should contain red text on pink background.
Third:
1. Open attached page
2. Click on <select>
3. Hover mouse over the first option
Result: Last four options contain red text on pink background
Expected: Should contain blue text on lightblue 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
Comment 2•7 years ago
|
||
> First:
> 1. Open attached page
> 2. Click on <select> and move mouse away
> Result: First, second, fourth, fifth options contain red text on pink background.
That's not the result I see in a current Nightly on Linux.
I see: the <select> and all <option>s have default styling
(with or without e10s enabled)
There *is* a bug with e10s enabled though -- just after the <select> is clicked
(before the "move mouse away" step) it should render the <option>s in the dropdown
menu in pink/red colors per the "select:hover option" rule. It does not.
(That part works in non-e10s mode though.)
> Expected: Should contain black text on white background.
It's debatable whether that's the desired rendering. It's what Chrome does,
but that might just be a bug in Chrome. I don't see why the :hover rules
should apply when the mouse is outside all parts of the select/options.
Blocks: e10s-select
Flags: webcompat+
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
•