Closed
Bug 1347145
Opened 8 years ago
Closed 8 years ago
[e10s] Background <select> option is blue
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1347329
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | fixed |
firefox55 | --- | fixed |
People
(Reporter: over68, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
58.57 KB,
image/png
|
Details |
Steps to reproduce:
1. Go to https://onedrive.live.com/download?cid=F96BA52A2AF70D03&resid=F96BA52A2AF70D03!344&authkey=ALegiqmOLSPP9KA.
2. Go to the bottom of the page.
3. Open the <select> element.
Actual results:
Background <select> option is blue.
Screenshot https://1drv.ms/i/s!AgMN9yoqpWv5gwCd4ZaLwvzp98L0
Flags: needinfo?(jaws)
Regression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=c474e07f9ad8f7f665cf3de1b5a13e35e8d34ee7&tochange=d229cbc1b3120cf53dbdbd12fbdce20a8d3bff2d
Regressed by: bug 1336125
Blocks: 1336125
Keywords: regression
Comment 2•8 years ago
|
||
This looks intentional by the webpage.
On the webpage there is this CSS rule:
> .fjsel
> {
> background: #3E5C92;
> color: #E0E0F6;
> }
And there is an option with that class,
<option value="185" class="fjsel" selected="selected"> ÈæÇÈÉ ÇáÊÕæíÑ æÇáãæäÊÇÌ æÇáÊÕãíã</option>
I also see the same behavior on Google Chrome Version 59.0.3041.0 (Official Build) canary (64-bit).
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(jaws)
Resolution: --- → INVALID
The problem here is not background display on the selected option.
Steps to reproduce:
1. Go to http://forums.thepaceline.net/forumdisplay.php?s=8c08697acd9d2b5e1ddedb9393b0f0b6&f=22.
2. Go to the bottom of the page.
3. Open the <select> element.
Actual results:
not background display on the selected option "Marketplace".
See the screenshot difference between e10s and non-e10s.
Status: RESOLVED → UNCONFIRMED
Flags: needinfo?(jaws)
Resolution: INVALID → ---
Comment 5•8 years ago
|
||
Okay thanks for the new testcase. Can you create a reduced test case that is only the select dropdown?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(jaws) → needinfo?(over68)
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #5)
> Okay thanks for the new testcase. Can you create a reduced test case that is
> only the select dropdown?
I am unable to create a reduced test case.
Flags: needinfo?(over68)
Comment 7•8 years ago
|
||
I just realized that this is showing up since the <select> uses optgroups. I have confirmed that this bug is fixed by the patches in bug 1347329.
Depends on: 1347329
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
Version: 55 Branch → 54 Branch
Comment 8•8 years ago
|
||
Thank you for the reduced test case. I just checked and your test case passes with the changes from bug 1347329. Those changes were just pushed to autoland and should show up in Firefox Nightly within a day or two.
![]() |
||
Comment 9•8 years ago
|
||
Marking this as a dup, then.
Status: NEW → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → DUPLICATE
Comment 10•8 years ago
|
||
FF54/55 were fixed in bug 1347329. Mark 54/55 fixed here.
You need to log in
before you can comment on or make changes to this bug.
Description
•