[Wayland-bugs] [Bug 776232] [wayland] second click goes to previously right clicked item in titlebar

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 9 14:04:54 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=776232

--- Comment #5 from Olivier Fourdan <ofourdan at redhat.com> ---
Still digging...

When the window menu is mapped, the client gets a pointer leave notify (which
is correct, as the menu will show up), and when the menu is dismissed, it gets
an enter notify again.

But then, get_event_window() in gdkwindow.c returns the original button window,
not the actual gdk window, which is what is causing the issue, because gtk will
pick the wrong widget (the GtkButton) based on that wrong gdk window.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170109/778ef53e/attachment.html>


More information about the wayland-bugs mailing list