Closed
Bug 360578
Opened 18 years ago
Closed 18 years ago
add-on dialog buttons not spoken by Orca
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: monsanto, Assigned: alltigerszhang)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
aaronlev
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)
Build Identifier: version 3 alpha 1 (20061112)
The Thunderbird 3.0 Tools->Add-ons dialog buttons (e.g., disable, uninstall)
are not spoken.
Reproducible: Always
Steps to Reproduce:
1. Start Thunderbird 3.0
2. Start Orca
3. Launch the Tools->Add-ons dialog and navigate the disable, uninstall, etc. buttuns.
Actual Results:
See details.
Expected Results:
Buttons should be spoken when they get keyboard focus
Reporter | ||
Comment 1•18 years ago
|
||
This blocks Orca bug http://bugzilla.gnome.org/show_bug.cgi?id=373135
Comment 2•18 years ago
|
||
Lynn, does at-poke find these buttons? Do they have names?
Reporter | ||
Comment 3•18 years ago
|
||
No, the buttons are not found. at-poke finds a list item for the extension (e.g., Talkback 3.0a1), but the list item has no children.
Reporter | ||
Comment 4•18 years ago
|
||
It appears the list items (containing the buttons) is not accessible.
Should we hack GetAllowsAnonChildAccessibles for this?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 6•18 years ago
|
||
Comment on attachment 263227 [details] [diff] [review]
patch
>+NS_IMETHODIMP
>+nsXULListitemAccessible::GetAllowsAnonChildAccessibles(PRBool *aAllowsAnonChildren)
>+{
>+ // That indicates we don't walk anonymous children for menuitems
please change the comments correspondingly
Assignee: mscott → alltigerszhang
Component: Mail Window Front End → Disability Access APIs
Product: Thunderbird → Core
Version: unspecified → Trunk
Assignee | ||
Comment 8•18 years ago
|
||
Updated•18 years ago
|
QA Contact: front-end → accessibility-apis
Assignee | ||
Comment 9•18 years ago
|
||
I have updated the the comments.
Attachment #263227 -
Attachment is obsolete: true
Attachment #263240 -
Attachment is obsolete: true
Attachment #263241 -
Flags: review?(aaronleventhal)
Updated•18 years ago
|
Attachment #263241 -
Flags: review?(aaronleventhal) → review+
Comment 10•6 years ago
|
||
Keywords: sec508
You need to log in
before you can comment on or make changes to this bug.
Description
•