Closed Bug 1263438 Opened 8 years ago Closed 8 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)

45 Branch
defect
Not set
normal

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
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/
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: 8 years ago
Resolution: --- → DUPLICATE
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.