Closed
Bug 410384
Opened 17 years ago
Closed 16 years ago
Tab titles are not accessible to VoiceOver
Categories
(Camino Graveyard :: Tabbed Browsing, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino2.0
People
(Reporter: alqahira, Assigned: stuart.morgan+bugzilla)
Details
(Keywords: access)
Attachments
(1 file)
4.91 KB,
patch
|
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
Spinning off from bug 182126: the tab titles aren't accessible to VoiceOver.
At least on 10.5 I have to enable (in the VoiceOver Utility's Navigation section) "VoiceOver cursor follows mouse cursor" to get lots of non-button, non-window-title chrome spoken, but even with that, tab titles aren't being read.
Bug 182126 Comment #12 Håkan Waara 2006-12-14 04:06:05 PST
The custom tab widget class (in camino) just needs to implement the informal
NSAccessibility protocol and respond to such attributes as
NSAccessibilityTitleAttribute.
Reporter | ||
Comment 1•17 years ago
|
||
(In reply to comment #0)
> At least on 10.5 I have to enable (in the VoiceOver Utility's Navigation
> section) "VoiceOver cursor follows mouse cursor" to get lots of non-button,
> non-window-title chrome spoken, but even with that, tab titles aren't being
> read.
That is because I can't tab to them because of bug 280963 (and the various and sundry tab chain bugs).
Assignee | ||
Comment 2•16 years ago
|
||
This wires up all the accessibility bits we need to make tabs make sense to the accessibility system.
Assignee: nobody → stuart.morgan
Status: NEW → ASSIGNED
Attachment #324578 -
Flags: superreview?(mikepinkerton)
Comment 3•16 years ago
|
||
Comment on attachment 324578 [details] [diff] [review]
fix
sr=pink
Attachment #324578 -
Flags: superreview?(mikepinkerton) → superreview+
Assignee | ||
Comment 4•16 years ago
|
||
Landed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Camino2.0
You need to log in
before you can comment on or make changes to this bug.
Description
•