https://bugzilla.wikimedia.org/show_bug.cgi?id=45585
--- Comment #3 from reza1615 <[email protected]> --- I think in http://bits.wikimedia.org/static-1.21wmf10/extensions/UniversalLanguageSelector/lib/jquery.ime/jquery.ime.js under line position: function () { it should define of the language is RTL the position should be left left = position.left + this.$element.outerWidth() - this.$imeSetting.outerWidth(); if (this.$element.css('direction') === 'rtl') { left = position.right + this.$element.outerWidth() - this.$imeSetting.outerWidth(); } -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
