Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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: git-master
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 (2)

comment:1 Changed 6 years ago by yllar

  • Resolution set to fixed
  • Status changed from new to closed

fixed in [b500b488]

comment:2 Changed 6 years ago by jpingle

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