Aleksander Machniak
2013-05-03 3db62ce1015c134ff7a6b83294f8c2cbf1f1a096
program/js/list.js
@@ -289,7 +289,9 @@
  }
  // Un-focus already focused elements (#1487123, #1487316, #1488600, #1488620)
  // It looks that window.focus() does the job for all browsers, but not Firefox (#1489058)
  $(':focus:not(body)').blur();
  window.focus();
  if (e || (e = window.event))
    rcube_event.cancel(e);