Closed
Bug 1025597
Opened 12 years ago
Closed 12 years ago
Can't adjust value of <input type="number"> using wheel
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 949989
People
(Reporter: me, Unassigned)
Details
Attachments
(1 file)
|
885 bytes,
application/javascript
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140608211132
Steps to reproduce:
Go to any page having <input type="number">, i.e. http://www.html5tutorial.info/html5-number.php
Focus this input. Scroll the wheel.
Actual results:
Page scrolls.
Expected results:
Value of input should be adjusted. I expect this because system number inputs on Windows and Linux respond to mouse wheel by changing value.
The desired behavior can be achieved using simple user script I have attached.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•