Closed Bug 482713 Opened 15 years ago Closed 8 years ago

problems with actions on IAccessibleDocuments

Categories

(Core :: Disability Access APIs, defect)

x86
macOS
defect
Not set
major

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: davidb, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: access, Whiteboard: [auto-closed:inactivity])

Attachments

(1 file)

I have a patch coming on bug 473732 that will need this follow up. Details coming.
Summary: nsIAccessibleDocument.html hang → test_nsIAccessibleDocument.html hang
Please see todo on https://bug473732.bugzilla.mozilla.org/attachment.cgi?id=366821

With that patch applied nsIAccessibleDocument.html hangs, details:

It passes if I comment out this test:
is(docAcc.numActions, 0, "Wrong number of actions for document!");

Or if you want finer granularity:
In C++ land it seems to be a problem in nsAccessible::GetActionRule where I call (nsAccUtils::HasDefinedARIAToken(content ...
You can see the test pass if you comment out this block or do if (0 &&...)

I'm not understanding why. It seems improbably that the HasDefinedARIAToken call in GetActionRule is somehow facilitating mutual recursion.
Severity: normal → major
The hang seems to have resolved, changing bug summary.
Summary: test_nsIAccessibleDocument.html hang → problems with actions on IAccessibleDocuments
Is this even something we should expect to work?  I've found it usually works, but if the test is reloaded it fails thereafter.
Attachment #371930 - Flags: review?(surkov.alexander)
Attachment #371930 - Flags: review?(marco.zehe)
Attachment #371930 - Flags: review?(surkov.alexander)
Attachment #371930 - Flags: review?(marco.zehe)
... and doesn't work in suite
AUTO-CLOSED. This bug untouched for over 2000 days. Please reopen if you can confirm the bug and help it progress.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [auto-closed:inactivity]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: