Closed
Bug 131791
Opened 23 years ago
Closed 23 years ago
javascript: URL causes alert dialog: An unknown error has occured (sic) while attempting to load the requested page.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 131399
People
(Reporter: erich, Assigned: rogerl)
References
()
Details
build 20020318-03, windows 2000
type in the above URL, hit enter, you may need to reload once or twice
results:
Alert dialog that says "An unknown error has occured while attepting to load the
requested page."
different errors show up in the JavaScript Console:
Error: uncaught exception: [Exception... "Unexpected error" nsresult:
"0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: javascript: d = new
Date(); :: <TOP_LEVEL> :: line 1" data: no]
Error: Date is not a constructor
Source File: javascript: var d = new Date();
Line: 1
This may be related to bug 123696, but this bug is new since 3/11.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 131399 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
Verified duplicate. Eric, thank you for this report. You have been
cc'ed on the other bug so you can follow its progress -
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•