Bug 553692

Summary: Orca doesn't speech out some elements
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Moonlight - GeneralAssignee: Michael Gorse <mgorse>
Status: REOPENED --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Major    
Priority: P2 - High CC: mgorse
Version: Unspecified   
Target Milestone: Release 2.1   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-11-09 07:47:11 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
Comment 1 Brad Taylor 2009-11-09 14:26:07 UTC
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 ***
Comment 2 Brad Taylor 2009-11-09 14:26:40 UTC
Err, I meant to say *focusable* not focused.
Comment 3 calen chen 2009-11-10 03:56:03 UTC
(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?
Comment 4 Brad Taylor 2009-12-09 14:25:51 UTC
Calen tells me that Orca can still not read buttons, despite having the focusable state.  Upping priority and severity accordingly.
Comment 5 calen chen 2009-12-11 06:30:17 UTC
Orca can't read combobox and combobox_items.
Comment 6 calen chen 2009-12-11 08:18:38 UTC
Can't read focusable HyperlinkButton.
Comment 7 calen chen 2009-12-11 08:50:51 UTC
Can't read focusable ListBox_Items.
Comment 8 calen chen 2009-12-14 08:11:35 UTC
Can't read PasswordBox role when focus on it.
Comment 9 calen chen 2009-12-15 06:53:27 UTC
Can't read focusable Radiobuttons.
Comment 10 calen chen 2009-12-15 09:04:45 UTC
Can't read focusable TextBoxs
Comment 11 calen chen 2009-12-15 09:05:37 UTC
Can't read focusable ToggleButtons