Closed
Bug 524020
Opened 15 years ago
Closed 15 years ago
Add drag and drop support for multiple objects to nsDataObj
Categories
(Core :: Widget: Win32, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 513464
mozilla1.9.2a1
People
(Reporter: khuey, Unassigned)
References
Details
The nsDataObj implementation does not support dragging and dropping multiple objects simultaneously.
Example:
1) Select (using Ctrl) two disjoint pieces of text on a web page
2) Drag that text to the search box
Result:
Both chunks of text appear in the search box
3) Drag that same text out of firefox and into another program (I used notepad++, but just about anything should work)
Result:
Only the first chunk of text appears in the external program
Goal:
Both chunks of external text appear in the external program.
Note that this isn't limited to just text, it also applies to files and similar stuff as well.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•15 years ago
|
Target Milestone: mozilla1.9.3a1 → mozilla1.9.2a1
Reporter | ||
Updated•15 years ago
|
Assignee: me → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•