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

Bug 482852

Summary: [Hover] Tooltips with allowFullWidth can extend past the editor text view
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: EditorAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 10.0   
Target Milestone: 11.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2015-11-23 12:24:46 EST
By default we set the tooltip width to half the width of the editor or less, then recalculate the height to adjust for scrolling.  For navigation hovers we want to use the full width of the editor, however the way the current code is written we use the entire width of the document browser window.  We should limit the div width to the editor width.

This isn't a visible problem in the client because we set a maxWidth property constraining the visible tooltip.
Comment 1 Curtis Windatt CLA 2015-11-23 12:41:43 EST
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5223c902f3c49f8123a47733b768634539ef581f
Fixed in master, limits width the editor width