6.0.0-beta1
10/19/25

[#4428] Redirect has a javascript error with rtemode
Summary Redirect has a javascript error with rtemode
Queue IMP
Queue Version FRAMEWORK_3
Type Bug
State Resolved
Priority 1. Low
Owners
Requester scalero (at) datadec-online (dot) com
Created 09/18/2006 (6971 days ago)
Due 09/18/2006 (6971 days ago)
Updated 09/18/2006 (6971 days ago)
Assigned
Resolved 09/18/2006 (6971 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/18/2006 07:20:58 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS and FW_3, thanks.
09/18/2006 07:57:29 AM scalero (at) datadec-online (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Redirect has a javascript error with rtemode
Due ⇒ 09/18/2006
Queue ⇒ IMP
Reply to this comment
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.

Saved Queries