Closed
Bug 1347089
Opened 8 years ago
Closed 8 years ago
[e10s] Background on <select> options is transparent
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | unaffected |
| firefox-esr52 | --- | unaffected |
| firefox53 | --- | unaffected |
| firefox54 | + | fixed |
| firefox55 | --- | fixed |
People
(Reporter: over68, Assigned: jaws)
References
()
Details
(Keywords: regression, Whiteboard: [uplift note: this patch must be applied after the patches from bug 1346440])
Attachments
(2 files)
|
59 bytes,
text/x-review-board-request
|
mossop
:
review+
gchang
:
approval-mozilla-aurora+
|
Details |
|
59 bytes,
text/x-review-board-request
|
mossop
:
review+
gchang
:
approval-mozilla-aurora+
|
Details |
Steps to reproduce:
1. Go to https://onedrive.live.com/download?cid=F96BA52A2AF70D03&resid=F96BA52A2AF70D03%21333&authkey=AOmQDs9Gueybv98.
2. Open the <select> element.
Actual results:
The background is transparent.
Screenshot https://1drv.ms/i/s!AgMN9yoqpWv5glCJmtBMNd_P-O3C
Regression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=9da1857374780d5fc4c8babf11bf2d1ac8443bd4&tochange=4dafc922f1cbfef52fbd736f6b6cb5c15d9bd3f1
Regressed by: bug 1336301
Blocks: 1336301
Keywords: regression
| Assignee | ||
Comment 2•8 years ago
|
||
This simplified URL also reproduces the issue. It looks like Chrome is ignoring the alpha channel on the background color, whereas we are currently using the supplied alpha channel. I guess we should ignore it too.
data:text/html,<select style="background-color: rgba(255,255,255,.55); color: black"><option>one<option>two<option>three</select><br/>hi mom
Flags: needinfo?(jaws)
| Assignee | ||
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(jaws)
| Assignee | ||
Comment 3•8 years ago
|
||
I should be able to put a patch up for this today.
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Flags: needinfo?(jaws)
| Assignee | ||
Comment 4•8 years ago
|
||
[Tracking Requested - why for this release]: Visible UI regression in content related to bug 910022
status-firefox53:
--- → ?
status-firefox54:
--- → affected
status-firefox55:
--- → affected
tracking-firefox54:
--- → ?
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Attachment #8847223 -
Flags: review?(mconley) → review?(dtownsend)
Attachment #8847228 -
Flags: review?(mconley) → review?(dtownsend)
Comment 9•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8847223 [details]
Bug 1347089 - Force translucent and transparent select backgroundColors to opaque to match parity with other browsers.
https://reviewboard.mozilla.org/r/120230/#review122600
Attachment #8847223 -
Flags: review?(dtownsend) → review+
Comment 10•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8847228 [details]
Bug 1347089 - Consolidate some of the testing functions to remove duplication.
https://reviewboard.mozilla.org/r/120234/#review122602
Attachment #8847228 -
Flags: review?(dtownsend) → review+
Comment 11•8 years ago
|
||
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e19be80e0e0
Force translucent and transparent select backgroundColors to opaque to match parity with other browsers. r=mossop
https://hg.mozilla.org/integration/autoland/rev/2cac3caad0fa
Consolidate some of the testing functions to remove duplication. r=mossop
Comment 12•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3e19be80e0e0
https://hg.mozilla.org/mozilla-central/rev/2cac3caad0fa
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
| Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8847223 [details]
Bug 1347089 - Force translucent and transparent select backgroundColors to opaque to match parity with other browsers.
Approval Request Comment
[Feature/Bug causing the regression]: regression from bug 910022
[User impact if declined]: some select menus may be transparent depending on how the webpage is set up
[Is this code covered by automated tests?]: yes
[Has the fix been verified in Nightly?]: no
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: no
[Why is the change risky/not risky?]: contained fix to the <select> menus when they may have an alpha channel defined
[String changes made/needed]: none
Attachment #8847223 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 14•8 years ago
|
||
Comment on attachment 8847228 [details]
Bug 1347089 - Consolidate some of the testing functions to remove duplication.
See comment #13.
Attachment #8847228 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Updated•8 years ago
|
Whiteboard: [uplift note: this patch must be applied after the patches from bug 1346440]
Comment 15•8 years ago
|
||
Comment on attachment 8847223 [details]
Bug 1347089 - Force translucent and transparent select backgroundColors to opaque to match parity with other browsers.
Fix an UI regression related to select menus. Aurora54+.
Attachment #8847223 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•8 years ago
|
Attachment #8847228 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 16•8 years ago
|
||
| bugherder uplift | ||
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•