Bugzilla – Bug 553692
Orca doesn't speech out some elements
Last modified: 2010-02-19 20:17:18 UTC
REPRO: 1. Make /uia2atk/test/samples/moonlight/Button 2. Run ButtonSample.html 3. Run Orca 4. On Firefox window, mouse click buttons 5. Press key Tab to move focus among buttons RESULTS: Orca doesn't speech out buttons' name EXPECTED RESULTS: When the button is focused, the Orca should speech out this button's name
Orca cannot read the buttons because they don't yet report that they have focus. Marking as a duplicate of #553160. *** This bug has been marked as a duplicate of bug 553160 ***
Err, I meant to say *focusable* not focused.
(In reply to comment #2) > Err, I meant to say *focusable* not focused. Hi Brad, But I have tried CheckBox that is also missing 'focusable' state, orca can speech out checkboxs, so seems not the reason cause orca doesn't work. what do you think?
Calen tells me that Orca can still not read buttons, despite having the focusable state. Upping priority and severity accordingly.
Orca can't read combobox and combobox_items.
Can't read focusable HyperlinkButton.
Can't read focusable ListBox_Items.
Can't read PasswordBox role when focus on it.
Can't read focusable Radiobuttons.
Can't read focusable TextBoxs
Can't read focusable ToggleButtons