Closed
Bug 1350153
Opened 8 years ago
Closed 6 years ago
Clicking and dragging from an element with overflow:auto prevents mousemove event from firing in other elements
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: chris.antonello, Unassigned, NeedInfo)
Details
(Keywords: testcase)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170316213829
Steps to reproduce:
1. Created a div with style "overflow:auto", and another div which subscribes to the "mousemove" event to do something.
2. Click and drag from the first div to the second
See example: https://jsfiddle.net/bLv149z6/2/
Actual results:
The "mousemove" event does not trigger, even on the Nightly build.
Expected results:
The "mousemove" event should trigger (in my listed example, moving the mouse should change the text in the second div between red and black).
Comment 2•6 years ago
|
||
2019-03-06
This bug is part of a group of bugs which have had an open needinfo for at least 12 weeks.
The request for information has not been answered, and we can't move forward on the bug so we are closing it.
If the defect is still present, please reopen this bug with an updated report.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
| 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
•