| Summary: | [sidebar] "Go Up" on remote filesystem takes you to the Orion fs root | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ken_walker, libingw |
| Version: | 2.0 | Flags: | libingw:
review+
ken_walker: review+ |
| Target Milestone: | 3.0 RC3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Patch here for your perusal http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=68c1d14 Tested with my WebDav plugin on my own site Applied the patch hand tested in my local html 5 file system. |
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.