Closed
Bug 29733
Opened 26 years ago
Closed 25 years ago
App doesn't quit (JS Error) if quitting from the compose window
Categories
(SeaMonkey :: UI Design, defect, P1)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M16
People
(Reporter: mikepinkerton, Assigned: jud)
References
Details
(Keywords: relnote)
- launch mozilla and get a browser window
- click the composer icon in the main window
- hit cmd-q to quit.
expected results:
- app quits
actual results:
- browser and editor windows close but a JS error is encountered which stops the
shutdown process:
JavaScript Error: null
URL: chrome://global/content/globalOverlay.js
LineNo: 33
Comment 1•25 years ago
|
||
Simon found out that this is also broken on Linux and I think it was Charley who
told me Windows also has this problem.
Updated•25 years ago
|
Summary: App doesn't quit (JS Error) after browser&composer opened → App doesn't quit (JS Error) if quitting from the compose window
Target Milestone: M15
Updated•25 years ago
|
QA Contact: paulmac → sujay
Ben, can you figure who should get this bug? Travis maybe?
Assignee: don → ben
Priority: P3 → P1
Comment 5•25 years ago
|
||
don says to give to travis...
apparently failing in the QI to nsIAppShellService
Assignee: ben → travis
Comment 6•25 years ago
|
||
Is this really travis? It seems more like a bill law xpapps problem to me.
Comment 7•25 years ago
|
||
This is quite tricky. It seems that after all windows have been closed in the
call to goQuitApplication(), the JS context in which the script is running has
gone away, so we get a failure on the next line of the script (even if it's just
a dump()).
Perhaps we need to call into C++ to quit?
M16 has been out for a while now, these bugs target milestones need to be
updated.
Assignee | ||
Comment 10•25 years ago
|
||
I'm not seeing this on windows. is is still a problem?
Hardware: All → Macintosh
Comment 11•25 years ago
|
||
I believe this works now. sujay, please test.
Comment 12•25 years ago
|
||
Reassigning all travis bugs to Valeski for triage. Don thought these were
all docshell related. Travis is no longer at netscape so these bugs are
unowned.
I'm reassigning 23 bugs to Valeski right now. To search for them,
search for "BUGSFORMERLYKNOWNASTRAVIS" in the description. The url below
should work.
http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=BUGSFORMERLYKNOWNASTRAVIS&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time
Assignee: travis → valeski
Comment 13•25 years ago
|
||
worksforme
Linux 2000091021
Comment 14•25 years ago
|
||
Me too - 20001023MN6 Win95.
Gerv
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•