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 721583 - tooltip is shown before placement
tooltip is shown before placement
Status: RESOLVED DUPLICATE of bug 698730
Product: gtk+
Classification: Platform
Component: Widget: Other
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-01-05 16:08 UTC by edscott
Modified: 2015-11-03 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
do not show tooltip before placing (347 bytes, patch)
2014-01-05 16:12 UTC, edscott
none Details | Review

Description edscott 2014-01-05 16:08:28 UTC
Tooltip widget is shown before placing window on screen, and then again shown when in correct position. 

Showing before moving the tooltip into position is a real eyesore and generates unnecessary expose events.
Comment 1 edscott 2014-01-05 16:12:32 UTC
Created attachment 265381 [details] [review]
do not show tooltip before placing

tooltip widget is shown after placing on screen. It is not necessary to show it before moving because this generates unnecessary expose events.
Comment 2 Benjamin Otte (Company) 2014-01-07 16:01:07 UTC
Is that patch the wrong way around or did you mean to add a show() call?
Comment 3 Olivier Brunel (jjacky) 2014-01-07 16:03:35 UTC
Looks like a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=698730
Comment 4 edscott 2014-01-07 18:19:12 UTC
Right. The patch is reversed. The show() call should be removed.

On examining bug https://bugzilla.gnome.org/show_bug.cgi?id=698730 I see that the patch https://bugzilla.gnome.org/attachment.cgi?id=257359 (present in 3.8.8) is what caused bug 721583. 

Applying the second patch, https://bugzilla.gnome.org/attachment.cgi?id=259950 bug 721583 is resolved. So it would duplicate 698730 and should be closed.

Thanks!
Comment 5 Alex Băluț 2015-11-03 01:20:05 UTC
You have to mark the bug as duplicate because you are the reporter.
Comment 6 edscott 2015-11-03 15:04:14 UTC

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