Revert fix for #1489058 because it opened another IE8 focus issue

pull/88/head
Aleksander Machniak 11 years ago
parent 2d6dca4714
commit b7770e69fd

@ -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);

Loading…
Cancel
Save