Closed
Bug 139595
Opened 23 years ago
Closed 17 years ago
"Close window" Apple Event is broken
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: pebugzilla, Assigned: samir_bugzilla)
Details
(Keywords: helpwanted)
Many of the AppleEvents listed in Mozilla's AppleScript dictionary, including
window manipulation work fine, but the "close window" command does nothing. We
rely on this event for our Netscape 4.x and IE support, and this makes it more
difficult to support Mozilla.
Paul, what Build ID are you reporting this against? Can you attach an AppleScript testcase? (Adding
qawanted keyword pending such.)
In the future, please consider using the Bugzilla Helper (at [http://www.mozilla.org/quality/help/bug-
form.html]) to report bugs.
Keywords: qawanted
Summary: "close window" appleevent is broken → "Close window" Apple Event is broken
tell application "Mozilla"
set fred to name of front window
close front window
end tell
return fred
This demonstrates that Mozilla can detect the front window, but does not close it.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: qawanted → helpwanted
OS: Mac System 9.x → MacOS X
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•