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 771516 - wayland: Only 'moved-to-rect' if move_to_rect() was used
wayland: Only 'moved-to-rect' if move_to_rect() was used
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-09-16 07:47 UTC by Jonas Ådahl
Modified: 2016-09-30 10:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: Only 'moved-to-rect' if move_to_rect() was used (987 bytes, patch)
2016-09-16 07:47 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2016-09-16 07:47:39 UTC
This fixes an issue I just discovered:

1. Open gnome-terminal
2. Right-click repeatedly without moving the mouse cursor

Result:

The menu will open further and further to the bottom right for each click.
Comment 1 Jonas Ådahl 2016-09-16 07:47:44 UTC
Created attachment 335677 [details] [review]
wayland: Only 'moved-to-rect' if move_to_rect() was used

Don't emit the 'moved-to-rect' signal if move_to_rect() was used.
Comment 2 Matthias Clasen 2016-09-30 10:24:52 UTC
Review of attachment 335677 [details] [review]:

looks ok
Comment 3 Matthias Clasen 2016-09-30 10:40:44 UTC
Attachment 335677 [details] pushed as f7c0661 - wayland: Only 'moved-to-rect' if move_to_rect() was used