From b7770e69fde647e2a7167e03cca21d216fd9d46a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 02 May 2013 14:42:36 -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 2b44a7c..9db7b7a 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