From 2cdaa79dce689b2dc9ef5c7bf3dcbd9446d86c21 Mon Sep 17 00:00:00 2001 From: Paweł Słowik <pawel.slowik@iq.pl> Date: Thu, 13 Sep 2012 08:24:01 -0400 Subject: [PATCH] Merge branch 'master' of https://github.com/roundcube/roundcubemail --- program/js/list.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/js/list.js b/program/js/list.js index e84124b..1457382 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -231,8 +231,8 @@ } } - // Un-focus already focused elements - $(document.activeElement).blur(); + // Un-focus already focused elements (#1487123, #1487316, #1488600, #1488620) + $(':focus:not(body)').blur(); $('iframe').each(function() { this.blur(); }); if (e || (e = window.event)) -- Gitblit v1.9.1