Closed
Bug 1350774
Opened 8 years ago
Closed 8 years ago
[e10s] Background on <select> options is blue when opened for the first time
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)
Attachments
(1 file)
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%21762&authkey=AI0V7mSlwtks0cs.
2. Open the <select> element.
Actual results:
The background is blue when opened for the first time.
Screenshot https://1drv.ms/i/s!AgMN9yoqpWv5hXu_yh3fvw_dWgy_
Flags: needinfo?(jaws)
Regression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=9da1857374780d5fc4c8babf11bf2d1ac8443bd4&tochange=4dafc922f1cbfef52fbd736f6b6cb5c15d9bd3f1
Regressed by: bug 1336301
Blocks: 1336301
Keywords: regression
(In reply to blinky from comment #1)
> Regression range:
> https://hg.mozilla.org/integration/autoland/
> pushloghtml?fromchange=9da1857374780d5fc4c8babf11bf2d1ac8443bd4&tochange=4daf
> c922f1cbfef52fbd736f6b6cb5c15d9bd3f1
>
> Regressed by: bug 1336301
Oops, I posted the wrong range.
No longer blocks: 1336301
Regression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0ab9adff3faf4c52b0e1dc52b0f61bd3add3cff4&tochange=4a98ffe94e12f9ece29bbccdaf278fff66874627
Regressed by: bug 1349701
Blocks: 1349701
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → affected
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jaws
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(jaws)
Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8852160 [details]
Bug 1350774 - Some pages may style their <option> elements based on the :focus of the <select>, so :focus should be locked on the <select> during color computation.
https://reviewboard.mozilla.org/r/124388/#review126972
Attachment #8852160 -
Flags: review?(dtownsend) → review+
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4b0863cd843
Some pages may style their <option> elements based on the :focus of the <select>, so :focus should be locked on the <select> during color computation. r=mossop
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
status-firefox-esr52:
--- → unaffected
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 8•8 years ago
|
||
Comment on attachment 8852160 [details]
Bug 1350774 - Some pages may style their <option> elements based on the :focus of the <select>, so :focus should be locked on the <select> during color computation.
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 patch from bug 1350662
[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
Attachment #8852160 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 9•8 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #8)
> [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 10•8 years ago
|
||
Comment on attachment 8852160 [details]
Bug 1350774 - Some pages may style their <option> elements based on the :focus of the <select>, so :focus should be locked on the <select> during color computation.
Fix a regression related to <select> element and was verified in comment #13 of bug 1348617. Aurora54+.
Attachment #8852160 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•8 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•