Tooltip class in __init__.py is hardly usable
Bug #698058 reported by
Märt Põder
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Screenlets |
In Progress
|
Medium
|
Unassigned |
Bug Description
1. It produces transparent tooltips, which make the text unreadable in some cases. See the screenshot of Feedreader attached.
2. Tooltip background color and style differs from system default. This is visually annoying and definitely not just a matter of taste.
Maybe there's some way to use default GTK tooltips instead of drawing them from zero.
To post a comment you must log in.
I have created a patch which I believe slightly improves the situation. Instead of directly drawing the text, I used a Label (actually, a slightly modified label from here: http:// people. gnome.org/ ~gianmt/ busybox. py). I'm relatively new to development on Launchpad, and I had difficulty finding the right procedure to propose my patch to be merged. So here it is. I hope it's some help.
The patch fixes the problem of transparent background, but the color is still the same.