Closed
Bug 77380
Opened 24 years ago
Closed 24 years ago
Incorrect procurement of a drag session
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
editor is using QI to get the session out of a drag service. while this works, it
is an implementation detail and may not work in the future. the
GetCurrentSession() api should be used instead.
patch attached.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
Comment 2•24 years ago
|
||
sr=sfraser
Assignee | ||
Comment 3•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•