mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
69662bd5d2
Closes #4446 - Mobile Safari doesn’t support the HTML5 `autofocus` attribute, but also doesn’t play nice with jQuery’s `focus()` and `select()` methods. - Mobile Safari wouldn’t automatically select the input field anyway, so this PR simply removes the “jumping input fields” error without changing any actual behaviour. - Disallowing the programmatic selection of input fields (with select, focus or similar methods) is apparently considered a feature rather than a bug (ref http://bugs.jquery.com/ticket/12789) - `autofocus` attribute is now only set on non-iOS devices |
||
---|---|---|
.. | ||
components | ||
editor | ||
modals | ||
posts | ||
settings | ||
-import-errors.hbs | ||
-navbar.hbs | ||
-publish-bar.hbs | ||
-user-actions-menu.hbs | ||
application.hbs | ||
debug.hbs | ||
editor-save-button.hbs | ||
error.hbs | ||
forgotten.hbs | ||
post-settings-menu.hbs | ||
post-tags-input.hbs | ||
posts.hbs | ||
reset.hbs | ||
settings.hbs | ||
setup.hbs | ||
signin.hbs | ||
signup.hbs |