alecpl
2010-11-15 2c200021fdf9b5d1c73e39e7c46e7db1e4152e91
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').blur();
  if (e || (e = window.event))
    rcube_event.cancel(e);
},