This bug was fixed in the package unity - 7.3.2+15.10.20150921-0ubuntu1 --------------- unity (7.3.2+15.10.20150921-0ubuntu1) wily; urgency=medium
[ Andrea Azzarone ] * Avoid to open adjacent menu when moving from an indicator icon to its dropdown menu. (LP: #552920) * Make sure to restore the state before the call to glDisable(GL_SCISSOR_TEST). (LP: #1485727) [ Iain Lane ] * launcher: Always make sure we check the right file when seeing if .desktop files have been deleted. Fixes disappearing launcher icons when applications are upgraded when we are using glib > 2.44. (LP: #1498106) [ Lars Uebernickel ] * DevicesSettingsImp: dont't feed garbage to gsettings (LP: #1495173) [ Luke Yelavich ] * Make a copy of a quicklist menu item plain text label * Make a copy of a quicklist menu item plain text label [ Marco Trevisan (Treviño) ] * MenuManager: add a new setting to control the show-now delay (LP: #1497915) -- Marco Trevisan (Treviño) <m...@3v1n0.net> Mon, 21 Sep 2015 17:44:10 +0000 ** Changed in: unity (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/552920 Title: Moving diagonally from narrow menu title often opens adjacent menu Status in One Hundred Papercuts: Triaged Status in Unity: In Progress Status in gtk+2.0 package in Ubuntu: Triaged Status in gtk+3.0 package in Ubuntu: Triaged Status in unity package in Ubuntu: Fix Released Bug description: gtk 2.22, Ubuntu 10.10 1. Click on the volume control to open the sound menu. 2. Move the pointer diagonally to click on the maximum volume button. <https://launchpadlibrarian.net/42732636/Why_autoexpanding_indicators_are_a_bad_idea.png> What often happens: The sound menu closes, and the menu next to it opens. Screencast: <https://www.youtube.com/watch?v=lVUokjAlREs> Example in an informal usability test: <https://www.youtube.com/watch?feature=player_detailpage&v=PgGbZfR6Vec#t=13m55s> What should happen: The sound menu stays open. One solution would be to make the volume slider vertical. But this would not work for other menus (like the Bluetooth menu), and would look awkward with other items in the menu. Another solution would be to use a timer for closing the current menu and opening a new one. This is what Windows does for submenus. But it has the drawback of slowing down browsing, which would be worse for top-level menus than for submenus. GTK already has a more sophisticated solution for submenus, similar to Mac OS: a triangle based on the corners of the submenu and its parent item, in which there is a much longer delay for closing the submenu and changing the menu selection. <http://www.quinn.echidna.id.au/Quinn/WWW/HISubtleties/HierarchicalMenus.html> Discussion of the invisible triangle for submenus in GTK: <http://mail.gnome.org/archives/gtk-devel-list/2000-May/msg00118.html> However, this feature in Gtk+ has been broken since July 2013. <https://bugzilla.gnome.org/show_bug.cgi?id=710388> The code, once fixed, should be applied to menu titles as well. More information: <http://thomaspark.co/2011/10/making-menus- escapable/> To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/552920/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp