Ticket #1484158 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by yllar

  • status changed from new to closed
  • resolution set to fixed

fixed in r405

Changed 3 years ago by jpingle

  • milestone changed from 0.1-rc1 to 0.2-beta
Note: See TracTickets for help on using tickets.