GNOME Bugzilla – Bug 731612
gtk+3_0-3.13.2 breaks tray icon left click in gnote and onboard in Mageia
Last modified: 2014-10-08 13:10:55 UTC
Since update to 3.13.2 the left click tray icon action in gnote and onboard is lost. Reverting to 3.12.x fixes this. Related Mageia bug report is: https://bugs.mageia.org/show_bug.cgi?id=13516 This has also been reported to gnote bug tracker: https://bugzilla.gnome.org/show_bug.cgi?id=731610
this has been fixed in master
(In reply to comment #1) > this has been fixed in master Please advise which commit fixes thus - thanks.
The commit was: commit 3c0ebf65cf89140825a3f8c4c4e65170f8df4e8a Author: Carlos Garnacho <carlosg@gnome.org> Date: Mon Jun 2 18:04:36 2014 +0200 window: Only check for the event widget if clicked on the "content" region Every button press/release event reaching the the multipress gesture in GtkWindow and happening in the "title" region must be handled, regardless of the event widget. Children there wanting the event(s) for themselves are (and were always) expected to stop event propagation. So the only place to check for the event widget's "window-dragging" style property is the "content" region, which matches the pre-gestures behavior. This fixes some issues with sequences being mistakenly claimed (and events not propagated further) on situations it shouldn't.
*** Bug 731610 has been marked as a duplicate of this bug. ***