Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-shell
7bc2573d85
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 |
||
---|---|---|
.settings | ||
browser-plugin | ||
data | ||
js | ||
man | ||
po | ||
src | ||
tests | ||
tools | ||
.gitignore | ||
.project | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
gnome-shell.doap | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
README |
GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience. For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see: http://live.gnome.org/GnomeShell Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell' product. License ======= GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.