Open
Bug 831358
Opened 13 years ago
Updated 3 years ago
Support dragging of multiple elements from the downloads view
Categories
(Firefox :: Downloads Panel, defect)
Tracking
()
NEW
People
(Reporter: asaf, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
4.85 KB,
patch
|
Details | Diff | Splinter Review |
In bug 830064 I'm porting over the old DM drag & drop implementation. That implementation doesn't work nicely with multiple selection: only the first item is dragged.
| Reporter | ||
Comment 1•13 years ago
|
||
I was foolish enough to think dataTransfer.addElement is doing anything smart with drag images...
Well then, this is blocked by making richlistbox's drag support the custom drag behavior we xul trees have (see nsEventStateManager::DoDefaultDragStart calling InvokeDragSessionWithSelection).
I don't think it would be a good idea to land this with the current drag feedback, so I'm leaving this here just for reference.
| Reporter | ||
Comment 2•13 years ago
|
||
Attachment #710619 -
Attachment is obsolete: true
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•