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

Bug 408064

Summary: [sidebar] "Go Up" on remote filesystem takes you to the Orion fs root
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ken_walker, libingw
Version: 2.0Flags: libingw: review+
ken_walker: review+
Target Milestone: 3.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-05-14 17:00:46 EDT
1. Install a plugin that provides another filesystem (call it FS2)
2. Create a folder with a file in it, at the top level of FS2
3. Click on the file to edit it in the Orion editor page
4. Use sidebar navigator's "Go Up" command 
5. You end up at the root of the Orion filesystem, not FS2.

Apparently fileExplorer.loadResourceList("") is tied to the Orion filesystem or something similiar. Ugh.
Comment 1 Mark Macdonald CLA 2013-06-19 16:12:40 EDT
Patch here for your perusal
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=68c1d14
Comment 2 Ken Walker CLA 2013-06-19 16:26:03 EDT
Tested with my WebDav plugin on my own site
Comment 3 libing wang CLA 2013-06-19 17:28:39 EDT
Applied the patch hand tested in my local html 5 file system.