mediawiki-extensions-Visual.../modules/ve-mw/ui/layouts
Thiemo Kreuz d10dd4ded0 Don't focus template input fields (and open keyboard) on mobile
On mobile, tapping anything in the sidebar should only scroll the
corresponding element into view, but not focus the input field. The
reasoning is that an on-screen keyboard should only pop up when the
input field is actually tapped.

By the way, the "jump" issue in T312768 was because of the same
reason. In that case an onFocus happens before we have a chance to
scroll. Unfortunately there is no way to reverse the execution order
of these. Which is why we disabled the animation there.

Bug: T289043
Change-Id: I1c18802b8ff776fa8d9c17e3df8020354690d29f
2022-08-28 14:26:29 +00:00
..
ve.ui.MWTwoPaneTransclusionDialogLayout.js Don't focus template input fields (and open keyboard) on mobile 2022-08-28 14:26:29 +00:00
ve.ui.MWVerticalLayout.js Drop StackLayout 2022-07-07 13:06:24 +02:00