Closed
Bug 1350662
Opened 8 years ago
Closed 8 years ago
[e10s] Background color of options select is white
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | fixed |
firefox55 | --- | verified |
People
(Reporter: over68, Assigned: jaws)
References
Details
(Keywords: regression)
Attachments
(2 files)
284 bytes,
text/html
|
Details | |
59 bytes,
text/x-review-board-request
|
mossop
:
review+
gchang
:
approval-mozilla-aurora+
|
Details |
Steps to reproduce:
1. Open attached.
2. Open the <select> element.
Actual results:
The background is white.
Flags: needinfo?(jaws)
Regression range:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=bf6b9caab2c7eb3ebc642afd82bc19598829c6f3&tochange=6cefe01ca7744d6ac3960c69eac833e2e65f7f8f
Regressed by: bug 1338850
Blocks: 1338850
Keywords: regression
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
Version: 55 Branch → 54 Branch
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jaws
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(jaws)
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8852157 [details]
Bug 1350662 - Don't compare the select background color with the foreground color since it may be changed by the options.
https://reviewboard.mozilla.org/r/124382/#review126970
Attachment #8852157 -
Flags: review?(dtownsend) → review+
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a2367fccc8e
Don't compare the select background color with the foreground color since it may be changed by the options. r=mossop
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
![]() |
||
Comment 6•8 years ago
|
||
Please request Aurora approval on this when you get a chance.
Flags: needinfo?(jaws)
Updated•8 years ago
|
status-firefox-esr52:
--- → unaffected
Assignee | ||
Comment 7•8 years ago
|
||
Comment on attachment 8852157 [details]
Bug 1350662 - Don't compare the select background color with the foreground color since it may be changed by the options.
Approval Request Comment
[Feature/Bug causing the regression]: regression from bug 910022
[User impact if declined]: <select> menus may look broken on some webpages
[Is this code covered by automated tests?]: yes
[Has the fix been verified in Nightly?]: not "verified" but it has been on nightly for some time now with no bugs filed against it and the bug reporter has done an amazing job hunting for bugs with the feature
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]: this patch must be applied on top of the ones from bug 1349701 and bug 1348617, in that order
[Is the change risky?]: no
[Why is the change risky/not risky?]: limited to just select popups, this is following other patches that have been uplifted to for bug 910022
[String changes made/needed]: none
Flags: needinfo?(jaws)
Attachment #8852157 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 8•8 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #7)
> [Has the fix been verified in Nightly?]: not "verified" but it has been on
> nightly for some time now with no bugs filed against it and the bug reporter
> has done an amazing job hunting for bugs with the feature
Sorry, scratch the above. This just landed on Nightly yesterday, though after letting it sit on Nightly for a few days we should be able to uplift it.
Comment 9•8 years ago
|
||
Comment on attachment 8852157 [details]
Bug 1350662 - Don't compare the select background color with the foreground color since it may be changed by the options.
Fix a regression related to <select> element and was verified in comment #13 of bug 1348617. Aurora54+.
Attachment #8852157 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•8 years ago
|
Comment 10•8 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•