Closed
Bug 445576
Opened 17 years ago
Closed 17 years ago
Access denied accessing XML property Element.property with FireBug extension
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 440275
People
(Reporter: dragoncin, Unassigned)
References
()
Details
Attachments
(1 file)
1.11 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9) Gecko/2008052906 Firefox/3.0
I'm trying to load an XML file in a non asynchronous manner by creating a "document.implementation" object. After loading it, when I try to access any property from a node I get an "access denied" error. I disabled all my extensions and it did work perfectly, so I started enabling them one by one until I got the error message again. It turn out that it didn't work only with FireBug.
Reproducible: Always
Steps to Reproduce:
1.Install/Enable FireBug extension
2.With Javascript, load an XML file with the "document.implementation" method
3.Try to access any property from a node
Actual Results:
I have FireFox in spanish, so I get this error:
"Error: Permiso denegado para obtener la propiedad Element.childNodes
Archivo Fuente: http://ar.geocities.com/fujur_ar/test.html
Línea: 59"
Expected Results:
List some properties from a node
Reporter | ||
Comment 1•17 years ago
|
||
The test case works fine locally but fails when you upload it to any server.
![]() |
||
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•