- When clicking on the list take the focus away from an iframe too

release-0.6
alecpl 14 years ago
parent 9840ab69e4
commit 1ce4420b7e

@ -224,6 +224,7 @@ focus: function(e)
// Un-focus already focused elements
$('*:focus', window).blur();
$('iframe').each(function() { this.blur(); });
if (e || (e = window.event))
rcube_event.cancel(e);

Loading…
Cancel
Save