![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Scrolling on Input=Number does not change the value.
When visiting a site with a Input=Number field and clicking on it and scrolling nothing happens when it should change the value as if i had pressed up or down arrow.
When visiting a site with a Input=Number field and clicking on it and scrolling nothing happens when it should change the value as if i had pressed up or down arrow.
Giải pháp được chọn
They have changed this behavior and now this is controlled by a pref in about:config.
- about:config => dom.input.number_and_range_modified_by_mousewheel => true
Tất cả các câu trả lời (2)
Giải pháp được chọn
They have changed this behavior and now this is controlled by a pref in about:config.
- about:config => dom.input.number_and_range_modified_by_mousewheel => true
cor-el said
They have changed this behavior and now this is controlled by a pref in about:config.
- about:config => dom.input.number_and_range_modified_by_mousewheel => true
That was it thank you some much!!