Opened 15 years ago
Closed 15 years ago
#5317 closed Bug report (wontfix)
UI Issue: dragging files shows either the wrong mouse icon or carries out wrong action
Reported by: | moltenlead | Owned by: | |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | UI | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | XP SP3 |
Description
Currently dragging a file to a subfolder shows a mouse icon with a "+" symbol next to it and the file is moved - however in explorer this means that the file will be copied to the subfolder
In filezilla (in the remote pane) either the icon is wrong (and it should be a normal mouse icon) or the action is wrong (and the file should be copied not moved)
Minor but hope this helps
~moltenlead
Note:
See TracTickets
for help on using tickets.
This is a limitation of Windows. The target of a drag operation can only degrade a proposed move to a copy, not the other way around. [*]
The result is that no matter what, there will always be some drag&drop operations which will show the wrong mouse cursor.
[*] This wouldn't be a problem if the default drop effect could be set individually for dataformat. Instead it is the same for all formats in an operation.