Closed
Bug 646484
Opened 14 years ago
Closed 9 years ago
Support IA2 on 64 bit Windows
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: davidb, Unassigned)
References
Details
Similar to bug 568949.
Reporter | ||
Updated•14 years ago
|
Blocks: tracking_win64
Comment 1•14 years ago
|
||
I think all you need for this is bug 606080. Firefox doesn't need to register a proxy dll or similar like it does for ISimpleDom*, since it has been decided that this is the responsibility of the AT.
Depends on: 606080
Comment 2•10 years ago
|
||
Now that there are official x64 builds of Firefox Developer Edition 38, this probably needs some attention again. Accessibility used to work in x64 builds of Firefox after bug 649236 was fixed, but now accessibility is pretty much completely broken.
Comment 3•10 years ago
|
||
Jamie, do you have a quick way to find out what exactly is broken? I can confirm that it is, but since some parts seem to work sometimes, it is hard to get a good picture from my end.
Flags: needinfo?(jamie)
Comment 4•10 years ago
|
||
IAccessible::accChild is failing with E_INVALIDARG for any id other than 0.
Flags: needinfo?(jamie)
Comment 5•10 years ago
|
||
(In reply to James Teh [:Jamie] from comment #4)
> IAccessible::accChild is failing with E_INVALIDARG for any id other than 0.
right, we fail to find an accessible by casted_to_int32 ID
Reporter | ||
Comment 6•9 years ago
|
||
I think this can be closed. Please reopen if necessary.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•