Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: trunk, 1.5rc2
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When Firebug is enabled in Firefox 3, you will get the following error message:
Permission denied to get property Element.tagName
[Break on this error] } else if(oDoc.documentElement.tagName == "parsererror"){
Sarissa.js (line 477)
config is undefined
[Break on this error] config.parseConfig(config);
The only known workaround at the moment is to disable Firebug.
To solve this issue, we will have to create a stripped down example that shows the problem. I suspect that it is caused by the XHR code of Sarissa, but the issue is caused by a missing security setting in Firebug.
There was already opened a report in bugzilla: see
https://bugzilla.mozilla.org/show_bug.cgi?id=422120