Open
Bug 1973748
Opened 5 days ago
Input range not working by the dot anymore
Categories
(Firefox for Android :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: andro.marian.v94, Unassigned)
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.
You need to log in
before you can comment on or make changes to this bug.
Description
•