diff --git a/mozilla/xpfe/global/resources/content/bindings/tree.xml b/mozilla/xpfe/global/resources/content/bindings/tree.xml index 7948e5d7d9e..225691715f7 100644 --- a/mozilla/xpfe/global/resources/content/bindings/tree.xml +++ b/mozilla/xpfe/global/resources/content/bindings/tree.xml @@ -313,6 +313,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); ]]>