Closed
Bug 216130
Opened 22 years ago
Closed 22 years ago
JavaScript: "Error: newWin has no properties"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 216034
People
(Reporter: u20230201, Assigned: rogerl)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.1) Gecko/20020903
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4) Gecko/20030624
When connecting to the webserver embedded in a Brocade FibreChannel Switch (a
Silkworm 3200 distributed by HP, Fabric OS v3.0.2f), some windows remain empty.
Examining the details, it turn out that some JavaScript triggers an error. The
code is like this:
newWin=window.open(...);
newWin.localtion.href = url;
The device URL is
http://switch_name/openwin.html?openurl=switch_ip/SwitchManager.html,wintitle=some_text,width=665,
height=230
Reproducible: Always
Steps to Reproduce:
Connect to a Brocade Silkwork 3200.
Click on the switch icon displayed on the start screen.
Actual Results:
An empty window pops up.
Expected Results:
A window with visible content should pop up.
The problem may be a JavaScript programming error on the server side. Maybe a
future version of mozilla could have some visible clue that a page had a
JavaScript error, or maybe just open the JavaScript Console for the first error.
Reporter | ||
Comment 1•22 years ago
|
||
Sorry, I hit "reload" on the browser!
*** This bug has been marked as a duplicate of 216034 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•