Closed
Bug 1263438
Opened 9 years ago
Closed 9 years ago
When the mouse hover a disabled input and scroll, the js scroll event dont work
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1212116
People
(Reporter: banoushirosaki, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160315153207
Steps to reproduce:
I hover a input text disabled element, and try to scroll, but it does not trigger the javascript wheel event (Work when hovering an input text not disabled)
Actual results:
The javascript wheel event is not called
Expected results:
The javascript wheel event should have been called
Updated•9 years ago
|
Component: Untriaged → Event Handling
Product: Firefox → Core
This is a jsfiddle that show the bug, try to scroll, the event is called and the scroll is cancelled, and if you hover the disabled input, the event is not called and the page scroll.
https://jsfiddle.net/2nr816vr/2/
Comment 2•9 years ago
|
||
As far as I see, this is a dup of bug 1212116, which has been fixed. It is just not yet in release builds.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•