RFC: Status Icon A11y info

2010-03-17 Thread Bastien Nocera
Heya, After Luca posted this bug against gnome-media's gnome-volume-control: https://bugzilla.gnome.org/show_bug.cgi?id=609528 I figured that a lot of applications must have the same problem. I created a GNOME Goal page for it: http://live.gnome.org/GnomeGoals/StatusIconA11y Could somebody from

Re: RFC: Status Icon A11y info

2010-03-17 Thread Vincent Untz
Le mercredi 17 mars 2010, à 15:55 +, Bastien Nocera a écrit : Jon, should we add a mention about gtk_status_icon_set_name() so that icons are correctly sorted in the notification area? The notification area doesn't use the names to sort items; it was decided instead to use a fixed order for

Re: RFC: Status Icon A11y info

2010-03-17 Thread Bastien Nocera
On Wed, 2010-03-17 at 17:10 +0100, Vincent Untz wrote: Le mercredi 17 mars 2010, à 15:55 +, Bastien Nocera a écrit : Jon, should we add a mention about gtk_status_icon_set_name() so that icons are correctly sorted in the notification area? The notification area doesn't use the names to

Re: RFC: Status Icon A11y info

2010-03-17 Thread Li Yuan
Hi Bastien, Please note that lacking of A11Y name is not the only problem of status icon A11Y. AtkAction interface is also needed by on screen keyboard. There are AtkPlug and AtkSocket interfaces now in ATK. So we probably need to implement these interfaces for status icon in GAIL. Li On Wed,