Thomas Bruederli
2012-12-29 d9f180adf9e1e8a63ea9bfdb534dc376a4829fee
program/js/editor.js
@@ -80,7 +80,7 @@
  if (rcmail.env.default_font)
    $(tinyMCE.get(rcmail.env.composebody).getBody()).css('font-family', rcmail.env.default_font);
  if (elem && elem.type == 'select-one') {
  if (elem && elem.type == 'select-one' && !rcmail.env.opened_extwin) {
    rcmail.change_identity(elem);
    // Focus previously focused element
    if (fe && fe.id != rcmail.env.composebody) {