*** empty log message ***
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 15 Jul 2006 21:05:12 +0000 (21:05 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 15 Jul 2006 21:05:12 +0000 (21:05 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5021 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/list.js

index 63290ad..0154aa8 100644 (file)
@@ -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;