Bug 553692 - Orca doesn't speech out some elements
Summary: Orca doesn't speech out some elements
Status: REOPENED
Alias: None
Product: UI Automation
Classification: Mono
Component: Moonlight - General (show other bugs)
Version: Unspecified
Hardware: x86 openSUSE 11.1
: P2 - High : Major
Target Milestone: Release 2.1
Assignee: Michael Gorse
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-09 07:47 UTC by calen chen
Modified: 2010-02-19 20:17 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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