| Summary: | [DND] Drag move copies if destination exists | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Knut Radloff <knut_radloff> |
| Component: | UI | Assignee: | Nick Edgar <n.a.edgar> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
| Bug Depends on: | 16500 | ||
| Bug Blocks: | 16907 | ||
To fix this consistently with clipboard based move we should reuse the code in MoveResourceAction. Depends on refactoring MoveResourceAction/CopyResourceAction, see bug 16500. |
build 20020610 Given the following folder structure A (Project) a (Folder) b (Folder) a2 (Folder) b (Folder) If I drag move (pressing no modifier key or pressing shift) A->a->b into A->a2 folder b is deleted from A->a and folder "Copy of b" is created in A->a2. I would expect to be prompted to overwrite A->a2->b instead. I can only drag move without a rename when the destination does not already contain the moved folder. This prevents me from reproducing bug 19372.