1

Topic: Loading directory content fails on Firefox Mac

ImageManager (but it's the same with FileManager) is unable to load the content of the directory on Firefox mac (1.5 and 2).
The "Loading..." message keeps spinning forever.

Firebug gives me this error message :
[Exception... "'Permission refusée d'appeler la méthode XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]

Permission refusée d'appeler la méthode translate into : calling method XMLHttpRequest.open is denied when calling method [nsIDOMEventListener::handleEvent]

I tried on your demo page, and the problem is the same.

2

Re: Loading directory content fails on Firefox Mac

We have tested this on IE 6/7 (PC), FF, Opera 9 (PC/MacOSX/Linux) and Safari for MacOSX and none of them produces this type of problem. Could it be some odd Firefox extension messing with the XMLHttpRequests. Do other Ajax type projects/sites work.

Best regards,
Spocke - Main developer of TinyMCE

3

Re: Loading directory content fails on Firefox Mac

It was indeed the Firebug extension (v 1.0b4) which caused the error. I upgraded to 1.05 and everything is now fine.

Thanks.