Snaterlicious added a comment. This should be an issue with every input element that features a suggestion / auto-completion mechanism (e.g. entityselector).
IME supplied by ULS places itself always below the input element--a different position is used only if there is not enough space below the input element. See jquery.ime.js: `IMESelector.prototype.position`. Technical alternatives: - Suppress IME on every input element that features a suggestion / auto-completion mechanism applying "noime" CSS class to those elements. - Have IME provide an option that allows specifying preferred position(s)... - ... by adjusting ULS IME code or having the ULS IME code adjusted. - ... by overriding ULS IME code in Wikibase. TASK DETAIL https://phabricator.wikimedia.org/T88417 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Snaterlicious Cc: Amire80, thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, Tobi_WMDE_SW, Aklapper, Wikidata-bugs, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
