alecpl
2010-10-05 12daf6ddf560625aca14f268994f993782125a81
- Fix for Konqueror


1 files modified
2 ■■■ changed files
program/js/editor.js 2 ●●● patch | view | raw | blame | history
program/js/editor.js
@@ -68,7 +68,7 @@
  if (elem && elem.type=='select-one') {
    rcmail.change_identity(elem);
    // Focus previously focused element
    if (rcmail.env.compose_focus_elem.id != rcmail.env.composebody)
    if (rcmail.env.compose_focus_elem && rcmail.env.compose_focus_elem.id != rcmail.env.composebody)
      rcmail.env.compose_focus_elem.focus();
  }
  // set tabIndex and set focus to element that was focused before