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

Bug 442280

Summary: Breadcrumb overflows when window is too narrow
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: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Elijah El-Haddad CLA 2014-08-21 11:37:06 EDT
The breadcrumb at the top of the Orion client overflows onto the progress watch and user menu trigger if the window is too narrow. It should instead resize with the window while trying to display first and foremost the current file/folder and shrinking the left-most parts of the path first.
Comment 1 Elijah El-Haddad CLA 2014-08-21 12:21:28 EDT
Pushed to master:
- Made breadcrumb resize according to amount of space available. Breadcrumb will be clipped if necessary.
- Removed all measurement related functions and variables from breadcrumbs.js since breadcrumbs will resize dynamically
- Cleaned up dead code from folderView.js
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e31669e7fbe7001101ecc7de446e1d88643c8272
Comment 2 Elijah El-Haddad CLA 2014-08-28 16:57:49 EDT
Resolving as fixed.