summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-02 20:41:11 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-02 20:41:11 +0200
commitb099d12965b1a430c64353ce58217f0305a0a3a7 (patch)
tree6148ca1692aba2414cb139c66b55696d2afe9508 /program/js
parent93580fab12e115bc7b39fa37c7a0bcb208229800 (diff)
Revert fix for #1489058 because it opened another IE8 focus issue
Diffstat (limited to 'program/js')
-rw-r--r--program/js/list.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/program/js/list.js b/program/js/list.js
index c6b0d3fb8..b3b619073 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);