Aleksander Machniak
2014-02-03 10abf2bc2d08526ad69c6e8691b0a3384603fcc1
Fix bug where it wasn't possible to focus the messages list with
mouse click on a record after the focus was put on preview frame.
1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -365,7 +365,7 @@
  // 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();
  $('iframe,:focus:not(body)').blur();
  window.focus();
  if (e || (e = window.event))