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

Bug 468503

Summary: [Hover] Allow some hovers (such as navigation) to use full width of editor
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: Michael_Rennie
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2015-05-27 12:21:30 EDT
We now restrict the size of the tooltip with a hard coded value as well as to half the size of the editor.  For some tooltips, such as the navigation popups, this width restriction causes ugly wrapping (to show a long path name).  We should have an option on the info object to allow the full width of the editor.
Comment 1 Curtis Windatt CLA 2015-05-27 12:30:48 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5ad67ac92d10b3bee8aadec9ebdf0e22dc50356b
Fixed in master, added new allowFullWidth property to hover info object (developer guide wiki has been updated).  Changed JS, CSS, HTML hover services to use the allowFullWidth property when providing file navigation hovers.