Aleksander Machniak
2012-09-04 4938a0bcfb0eb6ea89a6504c6f82afbca9c58c61
Fix focus issue in IE when selecting message row (#1488620)

Conflicts:

CHANGELOG
2 files modified
5 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/list.js 4 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix focus issue in IE when selecting message row (#1488620)
- Fix displaying all headers when they contain malformed characters (#1488666)
- Fix decoding of HTML messages with UTF-16 charset specified (#1488654)
- Fix quota capability detection so it can be overwritten by a plugin (#1488655)
program/js/list.js
@@ -233,8 +233,8 @@
    }
  }
  // Un-focus already focused elements
  $(document.activeElement).blur();
  // Un-focus already focused elements (#1487123, #1487316, #1488600, #1488620)
  $(':focus:not(body)').blur();
  $('iframe').each(function() { this.blur(); });
  if (e || (e = window.event))