Bug 2829

Summary: [DND] DND move does not have the same behaviour as move from menu. (1GJWLMJ)
Product: [Eclipse Project] Platform Reporter: Kevin Haaland <Kevin_Haaland>
Component: UIAssignee: Randy Giffen <Randy_Giffen>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1   
Hardware: All   
OS: All   
Whiteboard:

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.