returning DRAG_MOVE, not DRAG_NONE, after html drag to browser window
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
People
(Reporter: wes, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dataloss, regression)
Attachments
(2 files, 2 obsolete files)
|
1.76 KB,
patch
|
Details | Diff | Splinter Review | |
|
7.03 KB,
text/plain
|
Details |
Comment 1•22 years ago
|
||
Comment 8•20 years ago
|
||
Comment 9•20 years ago
|
||
Comment 10•19 years ago
|
||
Comment 11•19 years ago
|
||
Comment 12•19 years ago
|
||
Comment 13•19 years ago
|
||
Comment 14•19 years ago
|
||
Comment 15•19 years ago
|
||
Comment 16•19 years ago
|
||
Comment 17•19 years ago
|
||
Comment 18•19 years ago
|
||
Comment 19•19 years ago
|
||
Comment 21•19 years ago
|
||
Comment 22•19 years ago
|
||
Comment 23•19 years ago
|
||
Updated•19 years ago
|
Comment 24•19 years ago
|
||
Comment 25•19 years ago
|
||
Comment 26•19 years ago
|
||
Comment 27•19 years ago
|
||
Comment 28•19 years ago
|
||
Comment 29•19 years ago
|
||
Comment 30•19 years ago
|
||
Comment 31•19 years ago
|
||
Comment 32•19 years ago
|
||
Updated•19 years ago
|
Comment 33•19 years ago
|
||
Updated•19 years ago
|
Comment 34•18 years ago
|
||
Updated•16 years ago
|
Comment 35•11 years ago
|
||
Comment 36•11 years ago
|
||
Comment 37•11 years ago
|
||
Comment 38•5 years ago
|
||
Firefox use IDataObject.QueryGetData and CFSTR_PREFERREDDROPEFFECT to determine the preferred drop effect.
If drag source's preferred drop effect is DROPEFFECT_NONE and allow DROPEFFECT_MOVE and DROPEFFECT_COPY,
Firefox prefer DROPEFFECT_MOVE over DROPEFFECT_COPY.
It is a rare case that when you drag text or file from other program to a browser, you want the text or file to be delete in the source program. So I think firefox should give preference to DROPEFFECT_COPY over DROPEFFECT_MOVE when dragging from other programs to firefox.
If it is not good for user experience then we should just ignore CFSTR_PREFERREDDROPEFFECT.
Comment 39•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Comment 40•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•1 year ago
|
Description
•