GNOME Bugzilla – Bug 337035
Color can not be read by screen reader of gedit color preferences
Last modified: 2014-03-22 22:21:37 UTC
Please describe the problem: In gedit->Edit->Preferences->Font & Colors dialog, when tabbing to the actul push button that contains a specific color, screen reader cannot determine the colour. Steps to reproduce: 1. Enable the accessilbity for screen reader. 2. Launch gedit by selecting "Application -> Accessories -> Text Editor" 3. Invoke preference window by selecting "Edit -> Preferences" 4. Select "Font & Colors" tab, then uncheck the "Use the default theme colors" 5. Move the focus onto the push buttons such as "Normal Text Color", "Background Color" etc by pressing tab key. Actual results: Screen reader reads only the lable such as "Normal Text Color", for color edit box it reads it as push button. But it will not read the color configured on it. Expected results: Screen reader should be able to determine the actual color on the button. Does this happen every time? yes Other information: Also reproducable on Edit->Preferences->Syntax Highlighting
This sounds like a gtk bug since those widget are just GtkColorButtons. can you check if the "pickers" demo in gtk-demo has the same issue?
I believe this is a dup of an existing bug - to make the GTK+ color picker have AccessibleNames on all of the color buttons. I don't recall the bug ID at the moment...
I couldn't find the dup either... moving to gtk+
Created attachment 125037 [details] screenshot gedit preferences gedit_2.22.1 preferences, Font & Color non-functional
2008-12-20 from: totem@nighthawk.se Using openSUSE11.0 + regular patches & updates gedit 2.22.1 default Edit, Preferences, Font & Color: --------------------- Colors ( ) Use default theme colors Normal text color: Background color: Selected text color: Selection color: --------------------- -->none of these buttons are active. Fonts & Colors cannot be selected. sources: 2 DVDs from different publishers and downloaded *.iso This bug is always repeatable. Possible solution: upgrade to latest version: 2.24.1 Attachment: gedit_2.22.1.png
this has been fixed in the new color chooser