Closed
Bug 281101
Opened 20 years ago
Closed 20 years ago
Return CHILDID_SELF for get_accFocus on currently focused accessible
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
1017 bytes,
patch
|
pkwarren
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
Our current behavior breaks some Window-Eyes commands that deal with text editing. Currently we always return VT_EMPTY on non-document accessibles for the focused child. We should return CHILDID_SELF if the current accessible has focus.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #173398 -
Flags: superreview?(bryner)
Attachment #173398 -
Flags: review?(pkwarren)
Comment 2•20 years ago
|
||
Your comment doesn't match the code: + // We return CHILD_ID_SELF if we currently have focus Shouldn't that be CHILDID_SELF?
Comment 3•20 years ago
|
||
Comment on attachment 173398 [details] [diff] [review] Simple patch r=pkw after fixing the comment issue addressed by the comment above.
Attachment #173398 -
Flags: review?(pkwarren) → review+
Updated•20 years ago
|
Attachment #173398 -
Flags: superreview?(bryner) → superreview+
| Assignee | ||
Comment 4•20 years ago
|
||
Checking in nsDocAccessibleWrap.cpp; /cvsroot/mozilla/accessible/src/msaa/nsDocAccessibleWrap.cpp,v <-- nsDocAccessibleWrap.cpp new revision: 1.21; previous revision: 1.20 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•