Closed
Bug 266603
Opened 21 years ago
Closed 21 years ago
Crash when quickly alt+tabbing between Mozilla and HPR
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: crash)
Attachments
(1 file)
1.03 KB,
patch
|
pkwarren
:
review+
Henry.Jia
:
superreview+
|
Details | Diff | Splinter Review |
Steps:
1. Load Home Page Reader and Mozilla or Firefox
2. Alt+Tab between them quickly
What happens:
Mozilla/Firefox crashes
Assignee | ||
Comment 1•21 years ago
|
||
I was able to reproduce this in the debugger. NotifyWinEvent is crashing becasue
we're reporting a focus event for our child, but in HPR's window.
Assignee | ||
Comment 2•21 years ago
|
||
We used to insist that the window we fire a MSAA focus event for was the same
window that Windows reported has focus. However, this was only added for
Window-Eyes and my testing shows that with recent versions of Window-Eyes this
is no longer necessary. By removing this code, we no longer accidentally fire a
focus event for a window in some other application, as the user hits Alt+Tab
(The Alt in Alt+tab very briefly activates the main menu bar which causes a
focus event).
Assignee | ||
Updated•21 years ago
|
Attachment #163779 -
Flags: review?(pkwarren)
Updated•21 years ago
|
Attachment #163779 -
Flags: review?(pkwarren) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #163779 -
Flags: superreview?(Henry.Jia)
Attachment #163779 -
Flags: superreview?(Henry.Jia) → superreview+
Assignee | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•