alecpl
2008-04-12 f2892d7cfc32f3298b5dc12ab567b2e3a81da8ea
- fix for shift key use without shift_start on the list


1 files modified
3 ■■■■■ changed files
program/js/list.js 3 ●●●●● patch | view | raw | blame | history
program/js/list.js
@@ -398,6 +398,9 @@
 */
shift_select: function(id, control)
{
  if (!this.rows[this.shift_start])
    this.shift_start = id;
  var from_rowIndex = this.rows[this.shift_start].obj.rowIndex;
  var to_rowIndex = this.rows[id].obj.rowIndex;