Input range not working by the dot anymore
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox140 | --- | unaffected |
| firefox141 | --- | fixed |
| firefox142 | --- | verified |
People
(Reporter: andro.marian.v94, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files, 1 obsolete file)
|
417 bytes,
text/html
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-release+
|
Details | Review |
|
284.42 KB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
Make a Input Range and disable mouse click event over the trace.
input[type="range"] {
pointer-events: none;
}
input[type="range"]::-moz-range-thumb {
pointer-events: all;
}
Actual results:
Now I can't drag the dot to use the slider.
Expected results:
Previously, I can drag the dot to use the slider.
Comment 1•10 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Browser Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•10 months ago
|
Comment 2•10 months ago
|
||
Comment 3•10 months ago
|
||
Last good revision: 87e010ebac62c5bed9a41c64e63df5be347f65e6
First bad revision: 2a6675e95277b3795a774a09e529ae8566eee68e
Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=87e010ebac62c5bed9a41c64e63df5be347f65e6&tochange=2a6675e95277b3795a774a09e529ae8566eee68e
Comment 4•10 months ago
|
||
Comment 5•10 months ago
|
||
:emilio, since you are the author of the regressor, bug 1971450, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
I was using that like a workaround when trying to scroll and touch it, it's changes the value.
Maybe that would be better to remove the touch-press to not change the value, and when the touch-release is made.
And when touch-press is and the scroll was made to disable the input-change.
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Comment 7•9 months ago
|
||
This restores this thumb-drawing code1, but only for hit testing
(since we don't need it when painting the themed range to the screen).
| Assignee | ||
Updated•9 months ago
|
Comment 8•9 months ago
|
||
Set release status flags based on info from the regressing bug 1971450
Updated•9 months ago
|
Comment 10•9 months ago
|
||
| bugherder | ||
Comment 11•9 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.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox141towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 12•9 months ago
|
||
Comment on attachment 9500139 [details]
Bug 1973748 - Let range thumb be hittable for events. r=tnikkel,#layout
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Regression fix.
- Is this code covered by automated tests?: No
- 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): Relatively simple fix.
- String changes made/needed: none
- Is Android affected?: Yes
| Assignee | ||
Updated•9 months ago
|
Comment 13•9 months ago
|
||
Verified as fixed on the latest Firefox for Android nightly 142.0a1 from 7/17, with a Samsung Galaxy S24 (Android 15) device.
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 14•9 months ago
|
||
| uplift | ||
Updated•9 months ago
|
Description
•