From: phasefx Date: Sat, 15 Jul 2006 21:05:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4d6255d49ee7725140e0a8ed05a268badffc3cd3;p=Evergreen.git *** empty log message *** git-svn-id: svn://svn.open-ils.org/ILS/trunk@5021 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js index 63290adf27..0154aa87c9 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -404,7 +404,7 @@ util.list.prototype = { var endpos = obj.node.treeBoxObject.getLastVisibleRow(); if (startpos > endpos) endpos = obj.node.treeBoxObject.getPageLength(); //dump('startpos = ' + startpos + ' endpos = ' + endpos + '\n'); - for (var i = startpos; i < endpos + 2; i++) { + for (var i = startpos; i < endpos + 4; i++) { try { //dump('trying index ' + i + '\n'); var item = obj.node.contentView.getItemAtIndex(i).firstChild;