mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
bf1a0e4b04
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 |
||
---|---|---|
.. | ||
gh-activating-list-item.js | ||
gh-codemirror.js | ||
gh-dropdown-button.js | ||
gh-dropdown.js | ||
gh-file-upload.js | ||
gh-form.js | ||
gh-input.js | ||
gh-markdown.js | ||
gh-modal-dialog.js | ||
gh-notification.js | ||
gh-notifications.js | ||
gh-popover-button.js | ||
gh-popover.js | ||
gh-role-selector.js | ||
gh-select.js | ||
gh-tab-pane.js | ||
gh-tab.js | ||
gh-tabs-manager.js | ||
gh-textarea.js | ||
gh-trim-focus-input.js | ||
gh-upload-modal.js | ||
gh-uploader.js |