diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-30 20:13:44 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-30 20:13:44 +0000 |
| commit | b918e123d61625f2442f4fadedc2f0d0ec38ddba (patch) | |
| tree | 1781604c3c0b8ef84540c7cafbebb97aa5aa6926 /roundcubemail/program | |
| parent | b47750ee77ab74c062d39a887d1091d4d91ea5af (diff) | |
- Fix window is blur'ed in IE when selecting a message (#1487316)
git-svn-id: https://svn.roundcube.net/trunk@4292 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/list.js b/roundcubemail/program/js/list.js index 406590b4c..2ccbdd1fa 100644 --- a/roundcubemail/program/js/list.js +++ b/roundcubemail/program/js/list.js @@ -223,7 +223,7 @@ focus: function(e) } // Un-focus already focused elements - $('*:focus').blur(); + $('*:focus', window).blur(); if (e || (e = window.event)) rcube_event.cancel(e); |
