diff --git a/mozilla/toolkit/content/widgets/tree.xml b/mozilla/toolkit/content/widgets/tree.xml index 743fb671996..f7aa176e3ea 100644 --- a/mozilla/toolkit/content/widgets/tree.xml +++ b/mozilla/toolkit/content/widgets/tree.xml @@ -315,6 +315,7 @@ } catch (e) {} // Extend the selection from the existing pivot, if any this.view.selection.rangedSelect(-1, c + 1, false); + this.treeBoxObject.ensureRowIsVisible(c + 1); ]]>