alecpl
2010-11-30 489ffbde732bb0560e4b553bc97aa8b831b97d8f
- Fix window is blur'ed in IE when selecting a message (#1487316)


2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/list.js 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -4,6 +4,7 @@
- Plugin API: Add 'pass' argument in 'authenticate' hook (#1487134)
- Fix attachments of type message/rfc822 are not listed on attachments list
- Add 'login_lc' config option for case-insensitive authentication (#1487113)
- Fix window is blur'ed in IE when selecting a message (#1487316)
RELEASE 0.5-BETA
----------------
program/js/list.js
@@ -223,7 +223,7 @@
  }
  // Un-focus already focused elements
  $('*:focus').blur();
  $('*:focus', window).blur();
  if (e || (e = window.event))
    rcube_event.cancel(e);