Hi,

This happens on this configuration :
1 You have a page with a Wysiwyg editor in it (use the Wysiwyg module with TinyMCE)
2 You type a message in the console command line field
3 You press Enter
4 The message is sent, visible on your screen for 0.2 seconds
5 Then a Javascript error (0x80570009 NS_ERROR_XPC_BAD_CONVERT_JS) is thrown repeatedly and the whole page is hidden (it is not a PHP error). The javascript error is reported from jquery.js but it is not because of jQuery.

However everything works fine when receiving messages from the server.

Further info : I think that Wysiwyg/TinyMCE creates an iFrame on the page (another body, etc), maybe this has something to do with the bug.

Comments

artscoop’s picture

Yay ! Fixed !

It was caused by the Ajax request in im.js, circa line 90.

Just add global:false, to the options passed.

artscoop’s picture

Status: Active » Needs review