Closed
Bug 68766
Opened 24 years ago
Closed 24 years ago
Closing all windows causes Mozilla stop responding
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: mikepinkerton)
References
Details
If you close all windows in Mozilla, you cannot do anything. By anything: I mean
use any menus or any hotkeys.
Steps to reproduce involve:
1) start mozilla
2) close the window that appears
Reporter | ||
Comment 1•24 years ago
|
||
This error exists on build 2001021314
it does not exist on build 2001021308
Comment 2•24 years ago
|
||
could this be a result of the carbon carpool?
Comment 3•24 years ago
|
||
Seems almost like it has to be a result of the carbon carpool, this had to
be broken after the 8 AM build, but before the 2 PM build. Doesn't seem
like any of the other checkins in the time frame could have done this...
Comment 4•24 years ago
|
||
I would only expect this to happen if the Carbon build were turned on by default.
Is it? Otherwise, none of the old menu code was touched.
So, does this go to XPApps or XPToolkit (anything to get it out of browser
general so it gets taken care of)?
Updated•24 years ago
|
QA Contact: doronr → asa
Comment 10•24 years ago
|
||
Been happening for a while in the carbon builds under OSX PB the Jan 3 build was
doing it, I can't remember about any previous to that. Becasue OSX has the quit option in that extra menu, it's possible to close it.
(I guess I never got around to reporting that bug, sorry)
Comment 11•24 years ago
|
||
*** Bug 69983 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
Mozilla seems to respond to apple events. Once all the windows are closed, drag
and drop a text file on the Mozilla icon. Mozilla will open a new window,
display the file and start responding to menus and hotkeys again.
Comment 13•24 years ago
|
||
I looked at this tonight and the code that calls MenuSelect attempts to dispatch
this to the window that is returned by ::FrontWindow(). In my debug build, this
window is the SIOUX console window, so it can't process the menu command. I'll
bet something went in that alters the window ordering. Does this problem occur in
an optimized build?
Status: NEW → ASSIGNED
Assignee | ||
Comment 14•24 years ago
|
||
yes, this happens in optimized builds.
Assignee | ||
Comment 15•24 years ago
|
||
*** Bug 70199 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 16•24 years ago
|
||
i found the regression, taking it over. i'll fix on the trunk, an open a new bug
so we can deal with the carbon issues.
Assignee: beard → pinkerton
Status: ASSIGNED → NEW
Assignee | ||
Comment 17•24 years ago
|
||
see bug http://bugzilla.mozilla.org/show_bug.cgi?id=70388 for a discussion of the
issues for carbon.
fix checked in to return classic to normalcy when no windows are visible.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 18•24 years ago
|
||
*** Bug 70461 has been marked as a duplicate of this bug. ***
Comment 19•24 years ago
|
||
With my debug build pulled and built this morning as well as the 2001-04-09-08
build from sweetlou, this problem is back.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 20•24 years ago
|
||
this bug covers the breakage from the carbon carpool, which was fixed. saari
has a bug to cover the recent regressions.
reclosing as fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 21•24 years ago
|
||
For those wondering, Saari's bug is bug 74499.
Reporter | ||
Comment 22•24 years ago
|
||
As original reporter, I've neglected my duty to mark this puppy as verified.
Fixing that.
Status: RESOLVED → VERIFIED
Comment 23•22 years ago
|
||
FYI, the newer, still-open bug 130891 reports continuing failure of certain menu
items to function with no windows open.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•