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

Bug 418944

Summary: Project view "pick" behavior differs from NOL
Product: [ECD] Orion Reporter: Mike Wilson <Mike_Wilson>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: maciej.bendkowski, Szymon.Brandys
Version: 4.0Flags: Szymon.Brandys: review+
Target Milestone: 4.0 RC2   
Hardware: PC   
OS: Mac OS X   
Whiteboard:
Bug Depends on: 419376    
Bug Blocks:    

Description Mike Wilson CLA 2013-10-08 12:22:59 EDT
In the Nav-on-left view, picking a directory (i.e. clicking on the link that is its name) causes the tree to be expanded underneath it.

However, clicking on a directory in the project view does not do this.
Comment 1 Malgorzata Janczarska CLA 2013-10-14 04:37:26 EDT
I'll try to investigate and then we decide if the fix is safe enough for RC3.
I have a feeling that this might be the same root cause problem as Bug 418248.
Comment 2 Malgorzata Janczarska CLA 2013-10-14 11:40:16 EDT
This fix adds an editor listener that expands and selects nodes in the project view when the editor input changes. It also fixes the similar problem as in bug 419376 (selection listener was not unregistered on project explorer destroy)

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?h=Bug419376&id=dd7e8d8b0636d6660aef0d0d814fd9ff359fae55
Comment 3 Malgorzata Janczarska CLA 2013-10-14 11:41:45 EDT
*** Bug 418248 has been marked as a duplicate of this bug. ***
Comment 4 Malgorzata Janczarska CLA 2013-10-14 12:15:19 EDT
Fixed.