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

Bug 423962

Summary: [Outliner] Outlines should scroll, not wrap and have correct indenting
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: 5.0   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 422294    

Description Curtis Windatt CLA 2013-12-12 15:59:15 EST
In the JS source outliner we present a tree of links.
1) A leaf in the tree is not indented, sometimes making it harder to determine what it is a child of.
2) Some text is very wide, causing it to wrap (without indentation).  This is much harder to read.
Comment 1 Curtis Windatt CLA 2013-12-12 16:06:01 EST
https://git.eclipse.org/r/19731
Simplest fix I could find.  Tested in Win7 Chrome and Firefox.

Adds a dummy span with width set to 16px (default indent level for the tree). Sets nowrap setting on the table.