| Summary: | [sidebar] layout incorrect when dragging splitter to the left | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> | ||||||
| Component: | Client | Assignee: | 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: |
|
||||||||
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.
This problem no longer occurs in the new user interface for Orion 5.0 |
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.