Closed
Bug 2033117
Opened 14 days ago
Closed 12 days ago
Nimbus Experimenter page's "Min Version" and "Max Version" drop-down menus are expanded to show every list element
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | fixed |
| firefox151 | --- | verified |
People
(Reporter: cpeterson, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
@ Emilio: this bug is a regression from your fix for display:inherit bug 2028130. I bisected this regression to this autoland push:
Steps to reproduce
- Open a draft Nimbus experiment page in Experimenter (an internal Mozilla site). Here's an experiment that is still in draft mode and can be edited: https://experimenter.services.mozilla.com/nimbus/tou-experience-0-rollout-beta/update_audience/
- On the experiment's "Audience" page, scroll and click the blue "Save" button. Do not change anything else.
Actual result
The "Min Version" and "Max Version" drop-down menus are expanded to show every list element.
Flags: needinfo?(emilio)
| Reporter | ||
Comment 1•14 days ago
|
||
Expected result
The "Min Version" and "Max Version" drop-down menus should show only one list element.
| Assignee | ||
Comment 2•14 days ago
|
||
Otherwise we lose it on adoption.
Updated•14 days ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Comment 3•14 days ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: Fixes regression from bug 2028130 which isn't quite a regression, just a latent bug, see bug 2030828.
- Code covered by automated testing?: yes
- Fix verified in Nightly?: no
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: comment 0
- Risk associated with taking this patch: low
- Explanation of risk level: Oneliner for a very scoped piece of code.
- String changes made/needed?: none
- Is Android affected?: yes
Attachment #9571273 -
Flags: approval-mozilla-release?
Flags: qe-verify+
| Assignee | ||
Comment 4•14 days ago
|
||
Otherwise we lose it on adoption.
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/029906a044d3
https://hg.mozilla.org/integration/autoland/rev/f79d79abb3b1
PseudoElementType should be a transferable property on adopt. r=jjaschke,dom-core
Status: ASSIGNED → RESOLVED
Closed: 12 days ago
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•11 days ago
|
QA Whiteboard: [qa-triage-done-c151/b150]
Comment 7•11 days ago
|
||
I have verified this issue using Firefox Nightly 151 (Build ID 20260419203536) and I can confirm that by following the steps described in comment 0, the issue is no longer reproducible:
- By navigating to the Audience page of the https://experimenter.services.mozilla.com/nimbus/tou-experience-0-rollout-beta/update_audience/ experiment and clicking the "Save" button, the "Min Version" and "Max Version" drop-down menus have only one item displayed and are NOT expanded to show every list element.
Marking this issue as Verified - Fixed.
Updated•11 days ago
|
Status: RESOLVED → VERIFIED
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59349 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
Updated•7 days ago
|
Attachment #9571273 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Updated•7 days ago
|
Comment 10•7 days ago
|
||
| uplift | ||
Updated•7 days ago
|
QA Contact: avarro
You need to log in
before you can comment on or make changes to this bug.
Description
•