Ticket #1485860 (closed Bugs: fixed)
Empty e-mail when sending mail
| Reported by: | Ron | Owned by: | |
|---|---|---|---|
| Priority: | 8 | Milestone: | 0.3-stable |
| Component: | User Interface | Version: | 0.2.2 |
| Severity: | critical | Keywords: | |
| Cc: | dave@… |
Description
Had this problem in 0.2, and now also in the new 0.2.2. E-mails I sent using Firefox 3.0.10 in HTML format (using tinyMCE) become empty. Coincidence is that I had the same problem yesterday when working with TinyMCE. In that situation I had to change the TinyMCE settings in order to get it fixed. The problem is that the onSubmit event isn't bound properly to the form in which the editor resides. Changing /program/js/editor.js to this:
else // mail compose
tinyMCE.init({
mode : 'exact', elements : 'compose-body',
Solves the problem. The problem arises when using mode: 'textareas'. Could be an TinyMCE bug though... I've set the priority that high because users don't see that the e-mail they sent became empty.
