Closed
Bug 427223
Opened 17 years ago
Closed 17 years ago
At "viewSource.js :: viewSource :: line 152", "Error / Exception / NS_ERROR_ILLEGAL_VALUE / nsIWebNavigation.loadURI", clicking a <javascript:> URI in the Error Console
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 318245
People
(Reporter: cbook, Unassigned)
References
()
Details
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9pre) Gecko/2008040404 Minefield/3.0pre
Steps to reproduce:
-> Go to http://www.stepstone.at/gehaltsrechner.cfm
-> Click on Bezüge-Vergleichsrechner (http://www.stepstone.at/bezuege-vergleichsrechner.cfm?&rcat=vergleich&kicat=9&navcat=9)
-> on the next site click on "Berechnung starten"
-> nothing will happen
-> Check the Error Console
-> You should see "Error: document.rechner is undefined
Source File: javascript:document.rechner.submit();
Line: 1"
-> Click on the javascript link
-->
Error: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWebNavigation.loadURI]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://global/content/viewSource.js :: viewSource :: line 152" data: no]
Comment 1•17 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9pre) Gecko/2008041201 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
The first page (currently) has another link instead;
but the second URL can be accessed directly:
Click on the page link:
{{
Warning: reference to undefined property document.rechner
Source File: javascript:document.rechner.submit();
Line: 1
Error: document.rechner is undefined
Source File: javascript:document.rechner.submit();
Line: 1
}}
Click on the Error Console link:
{{
Error: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWebNavigation.loadURI]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://global/content/viewSource.js :: viewSource :: line 152" data: no]
}}
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Summary: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWebNavigation.loadURI] → At "viewSource.js :: viewSource :: line 152", "Error / Exception / NS_ERROR_ILLEGAL_VALUE / nsIWebNavigation.loadURI", clicking a <javascript:> URI in the Error Console
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•