GNOME Bugzilla – Bug 564171
[HIG] wrong interaction for accessibility status icon
Last modified: 2011-09-09 00:14:08 UTC
From HIG [1]: * Double-click or Space key should perform the icon's default action * Right-click or Shift+F10 should present a menu for the icon containing at least the icon's default action Default (and unique) action is open the dialog, but currently a) the dialog is showed on _single_ click b) no menu rigth clicking I'm opening againts 2.24 'cause I forgot to test on latest trunk :) [1] http://library.gnome.org/devel/hig-book/stable/desktop-notification-area.html.en#notification-icon-interaction
The HIG is wrong ;) But the status icon is wrong too. We should change the behavior to show a menu on both left and right click to be consistent with gnome-shell's a11y menu.
It still shows a dialogue because that piece of code should die a horrible death, and I won't be fixing it. commit 9629ea6e72942a9a23afc4f84cf4377bca0aded4 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Sep 9 01:10:16 2011 +0100 a11y-keyboard: Show the a11y dialogue on right-click As we do on left click. https://bugzilla.gnome.org/show_bug.cgi?id=564171