Ubuntu Software Center "Get Software" screen contents not read in Orca
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-center (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
webkit (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Orca 2.29.91, Ubuntu Software Center 1.1.12, Ubuntu Lucid
1. Launch Ubuntu Software Center.
2. In Accerciser, navigate to software-center path 0,0,1,1,
3. In the "Interface Viewer" tab, expand "Text" and notice that it reads "Accessories" as it should.
4. Launch Orca.
5. Tab to the "Accessories" link.
What should happen: Orca says "Accessories".
What actually happens: Orca says "panel".
The list of departments currently uses an HTML table. (Yes, maybe not the best choice, but anyway...) JavaScript code intercepts Tab, Shift Tab, or arrow keys, to focus the appropriate table cell. Each table cell has this structure:
<td>
<p><img src="department
<
</td>
Oddly the <td> does not show up in the Accerciser hierarchy, though the two paragraphs inside it do.
[Originally reported by "Kyle" in <http://
description: | updated |
description: | updated |
Changed in software-center (Ubuntu): | |
status: | Incomplete → Confirmed |
tags: | added: a11y |
description: | updated |
summary: |
- Main "Get Free Software" screen is apparently inaccessible + Ubuntu Software Center "Get Software" screen contents not read in Orca |
description: | updated |
Changed in software-center (Ubuntu): | |
status: | Triaged → Fix Released |
There is little html to dump in that view, the document is created via JS mostly.