From b099d12965b1a430c64353ce58217f0305a0a3a7 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 02 May 2013 14:41:11 -0400 Subject: [PATCH] Revert fix for #1489058 because it opened another IE8 focus issue --- 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 c6b0d3f..b3b6190 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -231,8 +231,6 @@ // 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); -- Gitblit v1.9.1