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

Bug 472313

Summary: Outline slideout should close when item opened with enter or escape pressed
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 9.0   
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2015-07-09 16:11:56 EDT
When in the filter field:
Enter - Select the first entry
Esc - Close the slideout

When a node is selected
Enter - Change editor selection and close the slideout
Esc - Close the slideout
Comment 1 Curtis Windatt CLA 2015-07-09 17:00:35 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d3924fc20bdd79f4687a2ca69b6838d79f4854e3
Fixed in master

explorerNavHandler.iterate does not return whether the cursor was set on any object and there is no accessor method to check if the cursor is on any object.  Otherwise I would also make down/enter do nothing if all results were filtered out.