Closed
Bug 456106
Opened 17 years ago
Closed 16 years ago
Switch to new drag and drop api in toolkit/browser
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: enndeakin, Assigned: enndeakin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
73.27 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
Need to write more tests.
| Assignee | ||
Comment 1•17 years ago
|
||
Tried to make some more tests but various event issues kept coming up. Will revisit this once this has been reviewed.
Attachment #339513 -
Attachment is obsolete: true
Attachment #339828 -
Flags: review?(mano)
Comment 2•17 years ago
|
||
Hey, sorry for the much delayed response here,
I couldn't find where's contentAreaDNDObserver.onDragOver is used.
| Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Hey, sorry for the much delayed response here,
>
> I couldn't find where's contentAreaDNDObserver.onDragOver is used.
Actually, it isn't used. The content area drag/drop is actually done in native code, but the browser for some reason, overrides the drop handler and handles links itself.
Comment 4•17 years ago
|
||
Comment on attachment 339828 [details] [diff] [review]
updated patch
r=mano for the parts that still apply. I'm ok with landing this in pieces if you're.
Attachment #339828 -
Flags: review?(mano) → review+
| Assignee | ||
Comment 5•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Did this possibly cause bug 503222 ?
You need to log in
before you can comment on or make changes to this bug.
Description
•