Closed
Bug 367653
Opened 19 years ago
Closed 19 years ago
STATE_BUSY no longer cleared after document/window loads
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access, regression)
Attachments
(1 file)
1.16 KB,
patch
|
ginnchen+exoracle
:
review+
|
Details | Diff | Splinter Review |
The accessible STATE_BUSY flag isn't getting turned off, apparently because mIsContentLoaded isn't getting set to PR_TRUE.
This will break screen readers on Windows.
Assignee | ||
Comment 1•19 years ago
|
||
Actually the problem is when the nsDocAccessible is created after the doc has already loaded.
Assignee | ||
Comment 2•19 years ago
|
||
Attachment #253347 -
Flags: review?(ginn.chen)
Attachment #253347 -
Flags: review?(ginn.chen) → review+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•