Closed
Bug 192213
Opened 23 years ago
Closed 23 years ago
Menu events in wrong window
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
719 bytes,
patch
|
mozilla
:
review+
Henry.Jia
:
superreview+
dbaron
:
approval1.3+
|
Details | Diff | Splinter Review |
Apparently our MSAA menu events (MENUSTART/END and MENUPOPUPSTART/END) are not
reporting the correct menu window.
Perhaps I can use GetGUIThreadInfo() to get the system focus and report that,
the way we do for EVENT_OBJECT_FOCUS. Bill, do you think that will work?
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #113839 -
Flags: superreview?(Henry.Jia)
Attachment #113839 -
Flags: review?(jgaunt)
Comment 2•23 years ago
|
||
Comment on attachment 113839 [details] [diff] [review]
Use guithreadinfo to get focused window for menu events
r=jgaunt
Attachment #113839 -
Flags: review?(jgaunt) → review+
Comment on attachment 113839 [details] [diff] [review]
Use guithreadinfo to get focused window for menu events
sr=Henry
Attachment #113839 -
Flags: superreview?(Henry.Jia) → superreview+
| Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 113839 [details] [diff] [review]
Use guithreadinfo to get focused window for menu events
Affects nothing unless accessibility is loaded (screen reader or other
assistive technology is being used)
Attachment #113839 -
Flags: approval1.3?
Attachment #113839 -
Flags: approval1.3? → approval1.3+
| Assignee | ||
Comment 5•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•