From 058ecae750aee70c706f3f7e2adee09e02b2a13f Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Fri, 18 May 2012 14:50:35 -0700 Subject: [PATCH] fixes #61 --- select2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/select2.js b/select2.js index 1238e3d7..210a1269 100755 --- a/select2.js +++ b/select2.js @@ -544,6 +544,7 @@ this.updateResults(true); this.dropdown.show(); + this.ensureHighlightVisible(); this.focusSearch(); },