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 |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Redirect has a javascript error with rtemode
Due ⇒ 09/18/2006
Queue ⇒ IMP
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.