metaflow.de - Drop-down option to select flavour does not work
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: rbucata, Assigned: emilio)
References
()
Details
(Keywords: webcompat:platform-bug, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs], [wptsync upstream])
User Story
platform:windows,mac,linux,android impact:workflow-broken configuration:general affects:all branch:release diagnosis-team:dom
Attachments
(4 files)
Environment:
Operating system: Android 14
Firefox version: Firefox Mobile 131.0
Steps to reproduce:
- Navigate to: https://metaflow.de/products/stoffwechsel-shake-suess
- Scroll the page until the "Geschmack" option is present
- Tap on the drop-down located below the said option and select a flavour
- Observe
Expected Behavior:
Selection is made
Actual Behavior:
Nothing happens
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, and Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/142952
Reporter | ||
Comment 1•10 months ago
|
||
Reporter | ||
Updated•10 months ago
|
Updated•10 months ago
|
Assignee | ||
Comment 2•8 months ago
|
||
So the issue is that the dialog closes on click, and that has some very subtle animation that is achieved by first setting the content as inert
, then animating away (faked in this test-case with the setTimeout()).
The inert
attribute somehow prevents the checkbox change to go through.
Assignee | ||
Comment 3•8 months ago
|
||
So removing these lines fixes it, which raises the issue of what's the behavior of chrome if you do disabled
rather than inert
...
Assignee | ||
Comment 4•8 months ago
|
||
Assignee | ||
Comment 5•8 months ago
|
||
https://html.spec.whatwg.org/#inert-subtrees doesn't have anything about
stuff behaving as disabled.
I think we should remove -moz-user-input too, but that is probably worth
doing separately.
Updated•8 months ago
|
Updated•8 months ago
|
Comment 9•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c30676d268f
https://hg.mozilla.org/mozilla-central/rev/97e3fc291cd3
Comment 10•8 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 12•8 months ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox134
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 13•8 months ago
|
||
Comment on attachment 9441700 [details]
Bug 1926304 - Inert shouldn't behave as -moz-user-input: none. r=smaug
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Fixes compat issues.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: comment 0
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): One liner.
- String changes made/needed: none
- Is Android affected?: No
Assignee | ||
Updated•8 months ago
|
Updated•8 months ago
|
Comment 14•8 months ago
|
||
Emilio, should https://hg.mozilla.org/mozilla-central/rev/97e3fc291cd3 also be uplifted? Thanks
Assignee | ||
Comment 15•8 months ago
|
||
Yeah, it's a test-only change tho (marks a test as passing).
Updated•8 months ago
|
Comment 16•8 months ago
|
||
uplift |
Updated•8 months ago
|
Reporter | ||
Comment 17•8 months ago
|
||
Verified as fixed on the latest Firefox Beta 134.0b9 and Firefox Nightly 135.0a1
Tested with:
Browser / Version: Firefox Nightly 135.0a1 (2016061287-🦎135.0a1-20241211100250🦎)/ Firefox Beta 134.0b9 (2016061295-🦎134.0-20241211100452🦎)
Operating System: Google Pixel 3 (Android 12) -1080 x 2160 pixels, 18:9 ratio (~443 ppi density)
Operating System: Oppo Find X5 (Android 13) - 1080 x 2400 pixels, 20:9 ratio (~402 ppi density)
Notes:
Beta versions lower than Firefox Beta 134.0b9 are still reproducing the issue
Updated•8 months ago
|
Reporter | ||
Updated•8 months ago
|
Updated•8 months ago
|
Description
•