Aleksander Machniak
2012-08-11 e15fef24d5f82b0e69c85b5c3fbc5f5ce66516df
Fix focus on the list when list row is clicked (#1488600)
2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/list.js 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix focus on the list when list row is clicked (#1488600)
- Added separate From and To columns apart from smart From/To column (#1486891)
- Fix fallback to Larry skin when configured skin isn't available (#1488591)
- Fix (workaround) delete operations with some versions of memcache (#1488592)
program/js/list.js
@@ -234,7 +234,7 @@
  }
  // Un-focus already focused elements
  $('*:focus', window).blur();
  $(document.activeElement).blur();
  $('iframe').each(function() { this.blur(); });
  if (e || (e = window.event))