Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 421643

Summary: DND of file in nav does not update folder nav on the RHS
Product: [ECD] Orion Reporter: Silenio Quarti <Silenio_Quarti>
Component: ClientAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Silenio Quarti CLA 2013-11-13 10:29:04 EST
1) Open a editor page
2) Open a folder in the editor
3) Drag and drop a file from another folder into the folder opened in the editor

Note that the folder nav is not refreshed.
Comment 1 Silenio Quarti CLA 2013-11-13 10:43:07 EST
DND needs to send events to the explorer model event dispatcher instead of calling changedItem directly.

Fixed

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7580970120a94ac4985742f64896276d1bf3e89b

Patch also has a fix for bug#339144.