Ticket #1484158 (closed Bugs: fixed)
Clicking Editor Type: HTML during Compose gives multiple compose blocks.
| Reported by: | entropy | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Interface | Version: | svn-trunk |
| Severity: | minor | Keywords: | compose html multiple onclick onchange |
| Cc: |
Description
Running svn 404. On the compose window if you click the radio button for HTML in the bottom right multiple times it will create multiple (smaller) compose blocks on the screen. Changing program/steps/mail/compose.inc as follows will fix the problem, just changing the onclick attribute to onchange.
Line 818:
$attribonclick? = 'return rcmail_toggle_editor(this)';
Change to:
$attribonchange? = 'return rcmail_toggle_editor(this)';
Change History
Note: See
TracTickets for help on using
tickets.
