Closed
Bug 288112
Opened 20 years ago
Closed 20 years ago
Error: [Exception... "'Permission denied to get property XULElement.accessKey'
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aha, Unassigned)
Details
2005032605/SM-trunk/WXP
I got this bookmarklet for HTML validation in Personal Toolbar:
javascript:void(window.open('http://validator.w3.org/check?&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&uri='+escape(location.href),'validace',''));
When I run it (using mouse), in JS console appear this exception:
Error: [Exception... "'Permission denied to get property XULElement.accessKey'
when calling method: [nsIDOMXULLabelElement::accessKey]" nsresult: "0x8057001e
(NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame ::
javascript:void(window.open('http://validator.w3.org/check?&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&uri='+escape(location.href),'validace',''));
:: <TOP_LEVEL> :: line 1" data: no]
Source File:
javascript:void(window.open('http://validator.w3.org/check?&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&uri='+escape(location.href),'validace',''));
Line: 1
Comment 1•20 years ago
|
||
this worksforme with linux trunk 2005040105 and 2005032605, but I have seen it occaisonally, but not reproducibly (and once it starts, it seems to continue). Do you know what triggers this, or do you see it consistently with the bookmarklet?
| Reporter | ||
Comment 2•20 years ago
|
||
WFM with 2005040105/SM-trunk/WXP. Marking such.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•