Closed
Bug 385718
Opened 18 years ago
Closed 18 years ago
State change events for focus causing extra document loads in Window-Eyes
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
2.15 KB,
patch
|
ginnchen+exoracle
:
review+
|
Details | Diff | Splinter Review |
We fire state change events when a the focus changes.
Unfortunately MSAA state change events don't come with event data to show what state changed. The screen readers look for state change for the STATE_BUSY state on a document to determine when a document is starting to load or is finished.
As a result, even just going to the menubar and hitting Escape is causing Window-Eyes to reload the page.
We should fix this by only firing the state change for focus events in ATK.
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #269641 -
Flags: review?(ginn.chen)
Attachment #269641 -
Flags: review?(ginn.chen) → review+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•