| Summary: | Quick Fix text clipped when mouse enters | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Steve Northover <steve_northover> | ||||
| Component: | Client | Assignee: | Curtis Windatt <Curtis_Windatt> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | CC: | curtis.windatt.public, Michael_Rennie | ||||
| Version: | unspecified | Flags: | Michael_Rennie:
review+
|
||||
| Target Milestone: | 14.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
The screenshot doesn't give me the full context on why it is clipped. The usual reason is the tooltip tries to fit in half the size of the editor window (so huge tooltips don't completely cover what you are working on). This naturally happens more often when you are zoomed in or working in a small window. The bug here isn't that we limit the tooltip size, it's that the scrollbar in Windows firefox/chrome shrinks the width of the content, forcing one word onto the next line. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=ec7cc8b3733457871a8160e4655c08b4d96ca00f I fixed this issue by checking if we are going to scoll and if so, increase the tooltip width to accommodate the scrollbar. Mike, can you please verify that it works on Mac? Looks good on Mac - the only time the tooltip wraps / scrolls is if I make the window too small to show the entire thing. |
Created attachment 267063 [details] Clipped quickfix See attachment