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

Bug 409744

Summary: [sidebar] layout incorrect when dragging splitter to the left
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 5.0 RC1   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Example Screen Shot
none
Example Screen Shot of long filename in navigator none

Description Anthony Hunter CLA 2013-06-03 11:20:41 EDT
Created attachment 231881 [details]
Example Screen Shot

See the attached editor screen shots. In the sidebar we can see there is lots of space between the longest file name in the navigator (HTMLTemplates-shim.js) and the right of the sidebar.

However, when you drag the splitter to the left, 
[1] the view menu button becomes hidden.
[2] the vertical scrollbar becomes hidden.
[3] a new horizontal scrollbar appears.

In this case, there is ample space:
[1] the view menu button should be anchored right aligned to the sidebar, not be hidden and move with the splitter.
[2] the vertical scrollbar should never be hidden.
[3] the horizontal scrollbar should only appear when required.
Comment 1 Anthony Hunter CLA 2013-06-11 16:41:09 EDT
Created attachment 232262 [details]
Example Screen Shot of long filename in navigator

It would seem the cause of this issue is the value:
.fixedToolbarHolder {
	min-width: 250px;
}

Which is excessively large. min-width: 112px; would be sufficient given the four possible menu images would fit in that space.

I think however that this min-width: 250px; is large in an attempt to make sure all the filenames fit width wise in the navigator.

This still does not prevent wrapping of very long filenames. See the attached screen shot.
Comment 2 Anthony Hunter CLA 2014-02-06 12:01:00 EST
This problem no longer occurs in the new user interface for Orion 5.0