From b099d12965b1a430c64353ce58217f0305a0a3a7 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 2 May 2013 20:41:11 +0200 Subject: Revert fix for #1489058 because it opened another IE8 focus issue --- program/js/list.js | 2 -- 1 file changed, 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); -- cgit v1.2.3