Closed
Bug 195452
Opened 23 years ago
Closed 17 years ago
Change nsIDragService::InvokeDragSession to pass the nsIDOMEvent
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
nsIDragService::InvokeDragSession needs to have the nsIDOMEvent so that it can
get the coordinates for the click, which is necessary for correct positioning of
the drag region. I think we can eliminate the nsIDOMNode param, since all
callers seem to just use GetTarget() on the event.
Comment 1•17 years ago
|
||
Not any issue any more with dnd changes in bug 356295
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•