Bug 15638

Summary: Drag & Drop: Packages view doesn't update on move
Product: [Eclipse Project] JDT Reporter: Jed Anderson <jed.anderson>
Component: UIAssignee: Adam Kiezun <akiezun>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jed Anderson CLA 2002-05-09 12:21:07 EDT
Build: 20020508

If I move a file from the packages view using drag & drop, the packages view
does not update to show that the file has been removed.

After I refresh the packages view shows the file is no longer there.
Comment 1 Adam Kiezun CLA 2002-05-13 10:46:21 EDT
package viewer problem
shows up only if you move files outside of the workbench
Comment 2 Adam Kiezun CLA 2002-05-14 04:35:43 EDT
DND gave me DROP_TARGET_MOVE - some new thing the drag adapter's never seen 
before.
fix is trivial - but need to wait for VI to explain what that thing does
Comment 3 Adam Kiezun CLA 2002-05-15 11:15:25 EDT
fixed - simple ui update was needed after DND.DROP_TARGET_MOVE
Comment 4 Nick Edgar CLA 2002-05-15 18:59:42 EDT
Adam, could you explain why the viewer didn't just update in response to the 
workspace change?
Comment 5 Nick Edgar CLA 2002-05-15 18:59:56 EDT
Confirmed it's still a problem in the Navigator in 0508.
Comment 6 Nick Edgar CLA 2002-05-15 19:00:34 EDT
Reopened wrong PR.
Comment 7 Till Bay CLA 2002-05-23 04:22:16 EDT
Verified.