alecpl
2010-12-16 1ce4420b7ee91c23be4e6a7f799794901f4dead7
- When clicking on the list take the focus away from an iframe too


1 files modified
1 ■■■■ changed files
program/js/list.js 1 ●●●● patch | view | raw | blame | history
program/js/list.js
@@ -224,6 +224,7 @@
  // Un-focus already focused elements
  $('*:focus', window).blur();
  $('iframe').each(function() { this.blur(); });
  if (e || (e = window.event))
    rcube_event.cancel(e);