Closed
Bug 103091
Opened 24 years ago
Closed 24 years ago
Opening Javascript popup second time fails
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: reinout, Assigned: asa)
References
()
Details
This photo-album pops up a "view" window when you click a thumbnail. Clicking
anywhere in this window closes it again. Opening another thumbnail should pop up
a new window, but Mozilla fails to do this. When exiting Mozilla, a zombie
process keeps running in the background that has to be killed.
Comment 1•24 years ago
|
||
This is not a JavaScript Engine issue. JS Engine deals with the
abstract JavaScript programming language. Specifically, the low-level
objects such as String(), Number(), and Date(). JS Engine is not itself
aware of browser or DOM objects like window, document, sockets, etc.
Reassigning to Browser-General until we can get more information.
einout@cs.vu.nl: what build date of Mozilla are you using?
This site works fine for me with Mozilla binaries dated 20011004xx
on WinNT, Linux, and Mac 9.1.
Are there any errors in the JavaScript Console?
(Do Tasks | Tools | JavaScript Console to see them;
be sure to clear the console of any errors before testing.)
Assignee: rogerl → asa
Component: Javascript Engine → Browser-General
QA Contact: pschwartau → doronr
Comment 2•24 years ago
|
||
In the meantime, marking WORKSFORME.
reinout@cs.vu.nl: please try the site again with a recent build.
If it works OK now, you can mark this bug "Verified".
Otherwise, you can reopen it - thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•