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 633974 - GtkTooltip: Use the tip area to position the tooltip window in keyboard mode
GtkTooltip: Use the tip area to position the tooltip window in keyboard mode
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: Other
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-11-04 08:37 UTC by Carlos Garcia Campos
Modified: 2018-02-10 03:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to postition the tooltip using the tip area in keyboard mode (2.02 KB, patch)
2010-11-04 08:37 UTC, Carlos Garcia Campos
none Details | Review

Description Carlos Garcia Campos 2010-11-04 08:37:44 UTC
Created attachment 173815 [details] [review]
Patch to postition the tooltip using the tip area in keyboard mode

When the tooltip is triggered using the keyboard, the widget allocation is used to position the tooltip window. If there's a tip area set in the widget we can use it instead of the widget allocation. It can be tested with testtooltips, 

 1.- select a row in the treeview
 2.- move the cursor to other widget
 3.- press CTRL + F1

tooltip is positioned under the treeview instead of under the selected row. Attached patch fixes it.
Comment 1 Matthias Clasen 2018-02-10 03:21:53 UTC
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and
still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue
for it.