Do not show ULS in weird positions
ULS was shown relative to input field position. That will not work always. Show it in default position - center of screen. Change-Id: I5fd9f10d955322abd2623ce8b88792b391553dcd
This commit is contained in:
committed by
Amir E. Aharoni
parent
8f57432672
commit
3cdcd26b63
@@ -173,9 +173,7 @@
|
|||||||
$input.focus();
|
$input.focus();
|
||||||
},
|
},
|
||||||
lazyload: false,
|
lazyload: false,
|
||||||
languages: mw.ime.getLanguagesWithIME(),
|
languages: mw.ime.getLanguagesWithIME()
|
||||||
top: $input.offset().top,
|
|
||||||
left: $input.offset().left
|
|
||||||
} );
|
} );
|
||||||
|
|
||||||
return $ulsTrigger;
|
return $ulsTrigger;
|
||||||
|
|||||||
Reference in New Issue
Block a user