[Tickets #4428] NEW: Redirect has a javascript error with rtemode

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Sep 18 00:57:30 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4428
-----------------------------------------------------------------------
 Ticket             | 4428
 Created By         | scalero at datadec-online.com
 Summary            | Redirect has a javascript error with rtemode 
 Queue              | IMP
 Version            | FRAMEWORK_3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


scalero at datadec-online.com (2006-09-18 00:57) wrote:

If I set the preference 'compose_html' for the compose window, when I
redirect a message appears this javascript error:

Error: textarea has no properties
File: .../horde/services/editor/htmlarea/htmlarea.js

I think rtemode mode must be off for the 'redirect_compose' case in
'compose.php'.  With this change the error disappears:

  case 'redirect_compose':
      $title = _("Redirect this message");
++ $rtemode = false;
      break;

Greetings...

Sebastián Calero. 




More information about the bugs mailing list