Closed
Bug 132766
Opened 23 years ago
Closed 23 years ago
compete browser exit. and not only one tab !
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 103452
People
(Reporter: webmaster, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310
BuildID: 2002031008
i use mozilla with some tabs (and not new windows) and when i pressed a button
with the function window.close() the complete mozilla browser exited ! and not
only one tab !
see http://www.perl-hilfe.de/moz.html
greets
jan
Reproducible: Always
Steps to Reproduce:
1.open 3 or 4 tabs in your browser
2.go to some webpages
3.in one tab go to http://www.perl-hilfe.de/moz.html
4.press the button
Actual Results: mozilla exited
Expected Results: close the current tab and not the complete browser
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 103452 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
Verified Duplicate. By the way, this bug has nothing to do with
JavaScript Engine. JavaScript Engine deals with the abstract JavaScript
programming language. Specifically, the low-level objects such as String(),
Number(), and Date(). The JS Engine is not itself aware of browser or
DOM objects like window, document, sockets, etc.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•