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

Bug 465847

Summary: [Hover] Large tooltip is positioned overtop of relevant text when at the bottom of the screen
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    
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on: 465246    
Bug Blocks:    

Description Curtis Windatt CLA 2015-04-29 13:38:43 EDT
See attached screenshot.  I added the following to the bottom of contentassist.css:

.contentAssistProgress {
	display: float;
	
}

The tooltip that opens whenever I hover over display covers the text I am working on.  The tooltip should have been moved far enough above the line to show the relevant text.  Perhaps something is off after I increased the padding sizes.
Comment 1 Curtis Windatt CLA 2015-04-29 16:20:45 EDT
Caused by Bug 465246.  The bounding client rectangle does not account for the padding size.  For now I will explicitly change the size to deal with the padding discrepancy.

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=19bbb5bc3ce6719820db969c6340d8af726e2920
Fixed in master