| 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: | Client | Assignee: | 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: | |||
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 |
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.