Bug 2829 - [DND] DND move does not have the same behaviour as move from menu. (1GJWLMJ)
Summary: [DND] DND move does not have the same behaviour as move from menu. (1GJWLMJ)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1   Edit
Assignee: Randy Giffen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:44 EDT by Kevin Haaland CLA
Modified: 2002-08-27 16:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Haaland CLA 2001-10-10 22:44:20 EDT
In any project
	1) Create the following direcotory structure

		project/Folder1/FolderA/file.txt
		project/Folder2/FolderA/file.txt

	2) Select project/Folder1/FolderA/file.txt
	3) Move it to project/Folder2/FolderA using the menu option in the navigator

		> I dialog will open asking if it should overwrite the file.  

	4) Click "NO"

	5) Select project/Folder1/FolderA/file.txt
	6) Move it to project/Folder2/FolderA using DND

		> I dialog will open saying the f.txt already exists.
		It should open the same dialog as in "3)".

	The same should happen if we try to move FolderA instead of the file.

	PS. That is the problem of not reusing code.
		
NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 19:19:44 EST
PRODUCT VERSION:
	Build 135 - Win2000

Comment 2 Randy Giffen CLA 2002-05-27 23:16:44 EDT
CopyFilesAnFoldersOperation is now public API. It is used by copy/paste DND 
should do the same.
Comment 3 Knut Radloff CLA 2002-08-27 16:28:54 EDT
Fixed as part of the copy/move resource refactoring. See bug 16500.