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

Bug 431138

Summary: Navigator should not drill into subfolders of uploaded folders
Product: [ECD] Orion Reporter: Elijah El-Haddad <elijahe>
Component: ClientAssignee: Elijah El-Haddad <elijahe>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Elijah El-Haddad CLA 2014-03-25 12:28:40 EDT
When a folder is uploaded by dragging and dropping it into the Navigator the code in explorer-table.js->dropFileEntry() dispatches a "create" event on the explorer which causes the latter to drill into the subfolder (modifying the window.location.hash and attempting to open it in the editor).

This is not only currently broken, since the drill-in happens before the subfiles are fully uploaded, it is also undesirable altogether.