Clippy tooltips are too long
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Docky |
Confirmed
|
Wishlist
|
Robert Dyer |
Bug Description
Let me break this bug in two parts:
1. The tooltip shown upon hovering Clippy is too long. I suggest you make it as long as a regular 'Docky right-click menu'. For example, I copied the contents of an HTML file and the tooltip is 1032px wide on a 1280px screen.
2. On the Clippy menu, you can view the complete clipboard entry, and some of them just create insanely big tooltips.
Attached a mockup that explains everything better.
On a side note, this seems to be a general issue with strings that are not generated by Docky, for example, clipboard entries or long window/launcher titles. You should consider using a max-width approach, or perhaps implementing something more fancy like scrolling when appropriate.
We do limit the width of the hovers. We set it to 80% of screen width, otherwise it would actually crash because the hover window would be (MUCH) larger than the screen and X does not like that. Anyway, the 80% was set by our designer so that is a WontFix.
As for the tooltips in the popup, perhaps we could set a limit on those too. I am not sure what to use for a max size there. Quite frankly I like the idea of showing a lot of text. I'll run that one past the bunny designer too.