gnome-shell/js
Florian Müllner 7bc2573d85 window-clone: Use ClutterClickAction
Right-click menus in the dash can be dismissed by clicking anywhere
outside the menu. However, if a window clone is located beneath the
pointer when doing so, the window is activated and the overview
closed.
The cause of this unexpected behavior is that window previews are
activated on button-release, which is delivered to the preview after
the menu releases its grab on button-press. Use a ClutterClickAction
instead and let Clutter do the right thing, i.e. only trigger a
'clicked' signal when a button-release event is matched by a
corresponding button-press event.

https://bugzilla.gnome.org/show_bug.cgi?id=661151
2011-10-11 12:56:34 +02:00
..
gdm gdm: add optional logo to user list 2011-09-19 00:08:55 -04:00
misc Use '' for non-translated strings 2011-10-04 16:47:53 -04:00
perf overview: Make viewSelector private 2011-08-28 12:23:59 -04:00
ui window-clone: Use ClutterClickAction 2011-10-11 12:56:34 +02:00
Makefile.am gdm: add fingerprint support 2011-09-18 23:32:03 -04:00