Closed
Bug 1124645
Opened 11 years ago
Closed 8 years ago
Double dragenter event when dragging file into window
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jakea, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.91 Safari/537.36
Steps to reproduce:
https://jsbin.com/gigeh/quiet
Drag a file from the filesystem into the window & observe the console. Drag directly into the window, avoid dragging through devtools.
(observed in OSX, could be a dupe of 804036 but this is nothing to do with Firebug)
Actual results:
2 dragenter events with the same target.
Expected results:
1 dragenter event.
Updated•11 years ago
|
Component: Untriaged → Drag and Drop
Product: Firefox → Core
| Reporter | ||
Comment 1•8 years ago
|
||
This appears to have been fixed, in nightly at least.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•