Bug 10232 - Drag and drop doesn't support local history
Summary: Drag and drop doesn't support local history
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Lynne Kues CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-25 21:20 EST by Nick Edgar CLA
Modified: 2002-03-08 16:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2002-02-25 21:20:38 EST
Build 20020214

- create a new file
- export it to the filesystem
- drag it from the filesystem to the workspace, overwriting the existing file
- compare with local history
- there is no history
Comment 1 Lynne Kues CLA 2002-03-08 14:27:31 EST
During the drag/drop replace operation, the history is not destroyed it is just 
not updated to include the pre-replace contents of the file.
Comment 2 Lynne Kues CLA 2002-03-08 14:36:32 EST
Regular copy/paste and move work as expected.  Problem only exists for drag 
copy and drag move.
Comment 3 Lynne Kues CLA 2002-03-08 16:27:31 EST
Changed NavigatorDropAdapter and ImportOperation to keepHistory during the 
delete operation that occurs as part of the move/copy/import operations.
Comment 4 Lynne Kues CLA 2002-03-08 16:31:11 EST
Released changes.