Top position the ULS for IME menu wrt the input field

Currently it is positioned relative to the ... menu item.
It caused weird positioning at some places.
Positioning it relative to the input field makes more sense.

lazyload option was removed from jquery.uls. Removing it from here.

Change-Id: I331051a38d7dfd97466601bfcc2facaf446d0db9
This commit is contained in:
Santhosh Thottingal
2013-07-30 11:41:23 +05:30
committed by Amir E. Aharoni
parent 9bf543bf01
commit c4631fdf51

View File

@@ -228,8 +228,8 @@
$input.data( 'imeselector' ).selectLanguage( language ); $input.data( 'imeselector' ).selectLanguage( language );
$input.focus(); $input.focus();
}, },
lazyload: false, languages: mw.ime.getLanguagesWithIME(),
languages: mw.ime.getLanguagesWithIME() top: $input.offset().top
} ); } );
return $ulsTrigger; return $ulsTrigger;