Closed
Bug 396153
Opened 17 years ago
Closed 17 years ago
No need to emit attributes_changed event for anchor jump
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
References
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
aaronlev
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
document:attributes_changed is not implemented in ATK yet.
When document loads or anchor jumps, Firefox will emit text-caret-moved event.
So AT tools can use that.
We should not emit attributes_changed for the time being.
We keep it for MSAA.
Maybe we should keep it in IA2 code.
See also Bug 381832 comment 11.
Attachment #280879 -
Flags: review?(aaronleventhal)
Comment 2•17 years ago
|
||
If you think it doesn't make sense to fire it, I'd rather just not fire it at all. Nothing on Windows uses it yet -- they use caret move too.
I leave EVENT_DOCUMENT_ATTRIBUTES_CHANGED in .idl and .h in case we want to use it later.
Attachment #280879 -
Attachment is obsolete: true
Attachment #281158 -
Flags: review?(aaronleventhal)
Attachment #280879 -
Flags: review?(aaronleventhal)
Updated•17 years ago
|
Attachment #281158 -
Flags: review?(aaronleventhal) → review+
Updated•17 years ago
|
Attachment #281158 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #281158 -
Flags: approval1.9? → approval1.9+
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Summary: [atk] No need to emit attributes_changed event for anchor jump → No need to emit attributes_changed event for anchor jump
You need to log in
before you can comment on or make changes to this bug.
Description
•