diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-02 20:41:11 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-02 20:42:36 +0200 |
commit | b7770e69fde647e2a7167e03cca21d216fd9d46a (patch) | |
tree | 72074b4f67426a95182a1230994690a44ab373f7 /program/js | |
parent | 2d6dca47146d33be703cacc85cb76b28cfca8aff (diff) |
Revert fix for #1489058 because it opened another IE8 focus issue
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/list.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/js/list.js b/program/js/list.js index 2b44a7c3d..9db7b7a34 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -231,8 +231,6 @@ focus: function(e) // Un-focus already focused elements (#1487123, #1487316, #1488600, #1488620) $(':focus:not(body)').blur(); - // un-focus iframe bodies (#1489058), this doesn't work in Opera and Chrome - $('iframe').contents().find('body').blur(); if (e || (e = window.event)) rcube_event.cancel(e); |