Hello,

With the latest svn version I can't send messages - nothing happens 
when I click the 'Send' button.

I see the following in Opera's JS console (maybe it helps):

JavaScript - 
https://xxxx.psw.ro/?_task=mail&_id=8232749224c7ba450a39d6&_action=compose

Uncaught exception: TypeError: Cannot convert 
'ed.plugins.spellchecker' to object
Error thrown at line 2850, column 6 in <anonymous function: 
stop_spellchecking>():
    if (ed.plugins.spellchecker.active)
called from line 2799, column 4 in <anonymous function: 
check_compose_input>():
    this.stop_spellchecking();
called from line 850, column 8 in <anonymous function: 
command>(command, props, obj):
    if (!this.check_compose_input())
called from line 1, column 0 in <anonymous function>(event):
    return rcmail.command('send','',this)


I managed to solve it by commenting 2 lines in program/js/app.js

2848     var ed;
2849     if (window.tinyMCE && (ed = 
tinyMCE.get(this.env.composebody))) {
2850 //      if (ed.plugins.spellchecker.active)
2851 //        ed.execCommand('mceSpellCheck');
2852     }

Any thoughts about it?
Thanks!

--
Arthur Titeica

_______________________________________________
List info: http://lists.roundcube.net/users/
BT/8f4f07cd

Reply via email to