alecpl
2010-11-30 489ffbde732bb0560e4b553bc97aa8b831b97d8f
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);
},