Closed
Bug 9578
Opened 27 years ago
Closed 27 years ago
Editor: File | Close doesn't work
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: mcafee, Assigned: cmanske)
Details
Linux:
File | Close doesn't seem to do anything,
closing the window via the window manager works Ok.
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Summary: Editor: File | Close doesn't work → Editor: File | Close doesn't work
Target Milestone: M9
| Assignee | ||
Comment 1•27 years ago
|
||
The editor is trying to use "window.close()", but as commented in navigator.js,
that won't work for windows not created in JavaScript. The old toolkit appcore
is used for the browser, but we shouldn't use that any more
I'll try to close the window in the editor appshell code.
Dan: Do you plan on making window.close() work for webshell windows not created
in JS?
| Assignee | ||
Comment 3•27 years ago
|
||
Not so fast! It isn't really fixed until I checkin nsEditorShell.cpp with the
missing line:
mWebShellWin->Close();
Sujay: Just leave this "fixed" and I'll add a note here when I checkin.
You need to log in
before you can comment on or make changes to this bug.
Description
•