After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 564171 - [HIG] wrong interaction for accessibility status icon
[HIG] wrong interaction for accessibility status icon
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: a11y-keyboard
2.24.x
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-11 19:46 UTC by Luca Ferretti
Modified: 2011-09-09 00:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Luca Ferretti 2008-12-11 19:46:44 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
Comment 1 William Jon McCann 2010-10-13 17:36:33 UTC
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.
Comment 2 Bastien Nocera 2011-09-09 00:14:08 UTC
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