Ghost/core/client/templates
Felix Rieseberg 69662bd5d2 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
..
components Refactor component styles 2014-11-13 11:28:22 +00:00
editor Fix high latency autosave bug in editor.new 2014-11-16 08:53:02 -07:00
modals Include post title in 'delete post' modal 2014-10-25 18:37:18 -07:00
posts Fix uncentered no posts view 2014-09-22 17:42:56 -06:00
settings Larger edit tag hit area 2014-11-24 11:08:02 +00:00
-import-errors.hbs Improve importer error messaging 2014-07-29 12:02:18 +01:00
-navbar.hbs Remove hash after the url when clicking Meta Data 2014-11-05 14:17:52 +00:00
-publish-bar.hbs Tags management api hookup 2014-11-21 16:24:28 -07:00
-user-actions-menu.hbs Show settings-cog and back button 2014-09-03 17:18:41 +02:00
application.hbs Add Tab components 2014-09-18 18:15:43 -06:00
debug.hbs Implement popovers 2014-10-20 22:09:45 +01:00
editor-save-button.hbs Rename popovers to dropdowns 2014-09-30 10:48:21 +01:00
error.hbs Clean up hardcoded ghost paths 2014-10-06 16:33:58 +02:00
forgotten.hbs Implement new button markup 2014-08-17 14:57:07 +03:00
post-settings-menu.hbs Ensure Post Image Uploader Reset 2014-11-24 09:43:17 -08:00
post-tags-input.hbs Tag input UX improvements 2014-10-20 22:08:26 +01:00
posts.hbs Go between post list / post content with keyboard 2014-10-27 09:41:13 -06:00
reset.hbs Reset password signs the user in 2014-10-03 15:22:20 -06:00
settings.hbs Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
setup.hbs Implement new button markup 2014-08-17 14:57:07 +03:00
signin.hbs gh-trim-focus-input autofocus fix for iOS Safari 2014-12-02 09:14:32 -08:00
signup.hbs Implement new button markup 2014-08-17 14:57:07 +03:00