Closed
Bug 247642
Opened 21 years ago
Closed 21 years ago
javascript console give me an error message when starting console
Categories
(Core Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: xvilka, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.6) Gecko/20040113
Error: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIDOMLocation.host]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame :: chrome://uriid/content/uriid.xul ::
fn_uriid :: line 17" data: no]
Source: chrome://uriid/content/uriid.xul
String: 17
Error: page.location has no properties
Source: chrome://linkit/content/linkit.xul
String: 60
Reproducible: Always
Steps to Reproduce:
1.start a JavaScript console
2. you see a first error message after start
Actual Results:
Console give me an error message
Error: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIDOMLocation.host]" nsresult: "0x80004005
(NS_ERROR_FAILURE)" location: "JS frame :: chrome://uriid/content/uriid.xul ::
fn_uriid :: line 17" data: no]
Source: chrome://uriid/content/uriid.xul
String: 17
Error: page.location has no properties
Source: chrome://linkit/content/linkit.xul
String: 60
Comment 1•21 years ago
|
||
http://extensionroom.mozdev.org/more-info/linkit is causing this,
uninstall the extension and see if there still is a bug.
Comment 2•21 years ago
|
||
No response. Assuming the problem was caused by the linkit extension...
->INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•