Closed
Bug 782974
Opened 12 years ago
Closed 12 years ago
Apple Accessibility API returns incomplete data with current Aurora and Nightly versions
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 781090
People
(Reporter: andihe, Unassigned)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:16.0) Gecko/16.0 Firefox/16.0
Build ID: 20120720042008
Steps to reproduce:
Using Apples Accessibility Inspector App (included with XCode) and hovering over the Firefox window.
Actual results:
When using Apples Accessibility Inspector App (included with XCode) and hovering over the Firefox window it only shows very sparse information. (Screenshot: http://d.pr/i/863m/5WBoEfnD )
Expected results:
It should at least give us the AXWindows like it did in previous versions (Screenshot of regular Firefox output: http://d.pr/i/Hqzw/3jIvdEhu )
This is important for many apps, e.g. apps that allow to move other apps windows like BetterSnapTool.
Updated•12 years ago
|
Component: Untriaged → Disability Access APIs
Product: Firefox → Core
Comment 1•12 years ago
|
||
I think this is because we only whitelist VoiceOver currently. The performance penalty isn't worth it for other tools.
Hub please reopen if I'm wrong.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Comment 2•12 years ago
|
||
Andi, due to various performance problems, accessibility is currently whitelisted for VoiceOver only. If you want accessibility enabled, you have to change the value of the about:config option accessibility.force_disabled to -1.
Comment 3•12 years ago
|
||
Ah yes good point - I forgot about the force config.
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: WONTFIX → ---
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → DUPLICATE
Comment 5•12 years ago
|
||
I just to be clear, I believe this is regression, convered by bug 781090 as well.
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Comment on attachment 653001 [details] [diff] [review]
Have minimum a11y support when we don't have Voice Over. r=
Proposed patch: pass the a11y function if we don't have Voice Over.
Also fix a (begnin) issue is [ChildView accessible].
I also would like to propose it to Aurora to get this fixed as it is a regression.
Attachment #653001 -
Flags: review?(dbolter)
Comment 8•12 years ago
|
||
sorry, wrong bug...
Comment 9•12 years ago
|
||
Comment on attachment 653001 [details] [diff] [review]
Have minimum a11y support when we don't have Voice Over. r=
forget about that patch. Will attach to the right one.
Attachment #653001 -
Flags: review?(dbolter)
You need to log in
before you can comment on or make changes to this bug.
Description
•