From 102bebd960fca70dc58da864e901b1424df8206a Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Wed, 19 Aug 2009 01:55:03 -0400 Subject: [PATCH] Bug 511085: selecting a result with the keyboard in the awesome bar should put in into view [r=mark.finkle] --- mobile/chrome/content/bindings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/chrome/content/bindings.xml b/mobile/chrome/content/bindings.xml index 9104989ae5aa..c7564252c764 100644 --- a/mobile/chrome/content/bindings.xml +++ b/mobile/chrome/content/bindings.xml @@ -117,6 +117,7 @@ if (item) { this._selectedItem = item; this._styleItem(this._selectedItem, true); + this._scrollBoxObject.ensureElementIsVisible(this._selectedItem); } return this._selectedIndex = val;