From 2f0c827dc5766f373ef3fba169a0fb28ea55fb98 Mon Sep 17 00:00:00 2001 From: "varga%nixcorp.com" Date: Sat, 8 May 2004 18:59:21 +0000 Subject: [PATCH] Fix for bug 243027. shift+down arrow doesn't scroll r=varga patch by neil git-svn-id: svn://10.0.0.236/trunk@156140 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/content/widgets/tree.xml | 1 + 1 file changed, 1 insertion(+) 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); ]]>