Closed
Bug 1588299
Opened 6 years ago
Closed 6 years ago
The 'drag' event's clientX/clientY/screenX/screenY is always coming 0
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 505521
People
(Reporter: cosmos.madhu, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Please check this jsfiddle link https://jsfiddle.net/4qwkxezg/1/ It's working fine in Chrome and Edge, but not working in Firefox.
I'm using Firefox 69.0.3, Windows 10.
Actual results:
The 'drag' event's clientX/clientY/screenX/screenY is always coming 0
Expected results:
The 'drag' event's clientX/clientY/screenX/screenY should return proper values
Updated•6 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
Updated•6 years ago
|
Component: DOM: Events → Drag and Drop
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•