mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
d10dd4ded0
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 |
||
---|---|---|
.. | ||
actions | ||
commands | ||
contextitems | ||
datatransferhandlers | ||
dialogs | ||
elements | ||
inspectors | ||
layouts | ||
pages | ||
styles | ||
tools | ||
widgets | ||
ve.ui.MWAriaDescribe.js | ||
ve.ui.MWCommandRegistry.js | ||
ve.ui.MWExtensionWindow.js | ||
ve.ui.MWSequenceRegistry.js | ||
ve.ui.MWSurface.js | ||
ve.ui.MWWikitextCommandRegistry.js | ||
ve.ui.MWWikitextDataTransferHandlerFactory.js | ||
ve.ui.MWWikitextSequenceRegistry.js | ||
ve.ui.MWWikitextSurface.js | ||
ve.ui.MWWikitextTransferRegistry.js |