scollwheel not working in number input
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: u759959, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0
Steps to reproduce:
Go to a website which has an html input number field e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number hover over the input field and attempt to use the mousewheel to increase/decrease the number
Actual results:
The webpage itself scrolls, even if the number input has focus.
Expected results:
the number in the input field should increase or decrease.
Please note, this for the ubuntu snap version of firefox 130
Comment 2•1 year ago
•
|
||
Setting dom.input.number_and_range_modified_by_mousewheel to true seems work for me.
That does indeed seem to fix the issue, thank you very much :)
Comment 4•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Description
•