- Fix TinyMCE buttons are hidden in Opera (#1486922)
- Fix initial resizing of html editor in some browsers
| | |
| | | - Fix "Select all" causes message to be opened in folder with exactly one message (#1486913) |
| | | - Fix Tab key doesn't work in HTML editor in Google Chrome (#1486925) |
| | | - Fix TinyMCE uses zh_CN when zh_TW locale is set (#1486929) |
| | | - Fix TinyMCE buttons are hidden in Opera (#1486922) |
| | | |
| | | RELEASE 0.4 |
| | | ----------- |
| | |
| | | rcmail.change_identity(elem); |
| | | // set tabIndex and set focus to element that was focused before |
| | | rcmail_editor_tabindex(rcmail.env.compose_focus_elem && rcmail.env.compose_focus_elem.id == rcmail.env.composebody); |
| | | // Trigger resize (needed for proper editor resizing in some browsers using default skin) |
| | | $(window).resize(); |
| | | } |
| | | |
| | | // set tabIndex on tinyMCE editor |