program/js/list.js
@@ -214,6 +214,7 @@ { var id; this.focused = true; for (var n in this.selection) { id = this.selection[n]; if (this.rows[id] && this.rows[id].obj) { @@ -221,6 +222,9 @@ } } // Un-focus already focused elements $('*:focus', window).blur(); if (e || (e = window.event)) rcube_event.cancel(e); },