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

Bug 379259

Summary: file rename is broken
Product: [ECD] Orion Reporter: Susan McCourt <susan>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 0.5   
Target Milestone: 0.5 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Susan McCourt CLA 2012-05-11 10:46:28 EDT
with the new selection model and toolbar menu in place, rename is broken.  The old code looked for the command dom node to overlay the rename box.  Now that the user goes to the toolbar menu to invoke rename, the command invoking dom node cannot be used to find the file name node for overlaying the rename box.
Comment 1 Susan McCourt CLA 2012-05-11 13:39:03 EDT
fixed with 
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=8925aa7b2fdc28dda73fbec1c2fcbbb255dc3c7d

The rename command had always only been invoked "inline" so the item was always a singleton.  Now it was a single item in a (selection service) array.