Ghost/ghost/admin/components
Felix Rieseberg bf1a0e4b04 gh-trim-focus-input autofocus fix for iOS Safari
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
2014-12-02 09:14:32 -08:00
..
gh-activating-list-item.js Make exports consitent. 2014-06-09 13:58:35 -04:00
gh-codemirror.js Fix issue with editor and images 2014-11-17 21:55:12 +00:00
gh-dropdown-button.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-dropdown.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-file-upload.js Finish Debug screen for Ember admin 2014-06-25 04:36:17 +00:00
gh-form.js Make exports consitent. 2014-06-09 13:58:35 -04:00
gh-input.js Meta data screen 2014-09-21 15:13:06 +00:00
gh-markdown.js Fix up PR #3491, remove lodash from admin 2014-10-23 19:44:53 +00:00
gh-modal-dialog.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-notification.js Miscellaneous client cleanup 2014-11-29 02:42:08 +00:00
gh-notifications.js Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
gh-popover-button.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-popover.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-role-selector.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-select.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-tab-pane.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-tab.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-tabs-manager.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
gh-textarea.js Meta data screen 2014-09-21 15:13:06 +00:00
gh-trim-focus-input.js gh-trim-focus-input autofocus fix for iOS Safari 2014-12-02 09:14:32 -08:00
gh-upload-modal.js Fix button class on upload modal 2014-09-24 15:26:23 +01:00
gh-uploader.js Ensure Post Image Uploader Reset 2014-11-24 09:43:17 -08:00