After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 449083 - Fix GtkTooltip positioning on tip changes
Fix GtkTooltip positioning on tip changes
Status: RESOLVED DUPLICATE of bug 408327
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-06-19 11:25 UTC by Vincent Untz
Modified: 2007-06-24 12:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2007-06-19 11:25:43 UTC
I've added a tooltip to the workspace switcher with the new GtkTooltip API. The tooltip displays the name of the workspace under the mouse cursor.

However, since the pager is only one big widget, the tooltip text is updated but the tooltip window is never repositionned. This makes it look weird.

I've noticed this also happens for in testtooltips for the treeview.

Note that another solution might be to automatically reposition the tooltip when the text is changed. I don't know if it's a good idea, though.
Comment 1 Tim Janik 2007-06-19 11:43:24 UTC
Original-Summary: Request for a GtkTooltip API to reposition the tooltip

there shouldn't be any new API to reposition the tooltip, instead the automatic tooltip positioning code should be fixed/adapted to honour user requests. i'm adapting the bug summary accordingly.
Comment 2 Kristian Rietveld 2007-06-24 12:06:53 UTC

*** This bug has been marked as a duplicate of 408327 ***