Closed
Bug 53643
Opened 25 years ago
Closed 25 years ago
Focus gets confused on Mac when popups are dismissed
Categories
(Core :: XUL, defect, P2)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: saari, Assigned: saari)
Details
(Whiteboard: [nsbeta3-][rtm+]Fix in hand)
If a popup (tooltip) is up when you open a new window, it is possible for the new
window to miss the activate event due to lame MacOS widget specific code I wrote
a couple weeks ago.
Fix in hand.
| Assignee | ||
Updated•25 years ago
|
| Assignee | ||
Comment 1•25 years ago
|
||
Once a window gets into this state there is no way out. Deactivating and
reactivating the window doesn't work in this case because the command dispatcher
semaphore is off by one.
Symptoms are spacebar scrolling the page, and the command dispatcher being
totally broken (page down, arrow keys, shortcut key sequences all broke). The
only workaround is to close the window, open a new one and pray it doesn't happen
again.
Comment 2•25 years ago
|
||
nsbeta3-, rtm+, can checkin to trunk, but doesn't merit the risk for branch.
Keywords: rtm
Priority: P3 → P2
Whiteboard: Fix in hand → [nsbeta3-][rtm+]Fix in hand
Target Milestone: --- → M18
| Assignee | ||
Comment 3•25 years ago
|
||
this got fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•