GNOME Bugzilla – Bug 132878
GtkMessageDialog's label should be keyboard traversable
Last modified: 2004-12-22 21:47:04 UTC
- run gtk-demo, invoke the Dialog and Message Boxes example - press the Message Dialog button, which launches a GtkMessageDialog - focus starts on its OK button, which is good, but you can't tab to the message text "This message box..." - though you can click on the message text and the caret will go there This matters because a blind user needs the ability to tab around between all widgets that are to be read out. I've confirmed that clicking on the label text will read it out through gnopernicus, but a blind user cannot use tab to hear what a MessageDialog is displaying, they can just press OK.
*** This bug has been marked as a duplicate of 59707 ***
The accessible object corresponding to a GtkMessageDialog should have role ATK_ROLE_ALERT and gnopernicus should read the text in an object with such a role.
Padraig, can you please file a separate bug about your comment? I'd prefer to keep this duplicate bug about "need a way to focus selectable labels from the keyboard".
My comment describes what I believe is the current behavior not what should happen. If it is not the current behavior then I agree a separate bug ought to be logged.
Ah, OK. Gail does set the role of a GtkMessageDialog to ALERT.