Avoid lazyloading when used for input method language selection.

That list is small and we can load all the languages initially.
Fixes the scroll not appearing issue. Also fixes English being
appended to America region on scroll

Change-Id: Ic70d3ea30dc0ccf33a172361e0b50c07ed8ff82b
This commit is contained in:
Santhosh Thottingal
2012-10-26 11:12:31 +05:30
parent 10279414ed
commit 2fb85713cb

View File

@@ -74,6 +74,7 @@
onSelect: function ( language ) {
$input.data( 'ime' ).setLanguage( language );
},
lazyload: false,
languages: getLanguagesWithIME(),
top: $input.offset().top,
left: $input.offset().left