0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/templates
Felix Rieseberg be683e3d4b Autofocus on input fields after routing
closes #3538, closes #3541
- The “autofocus” property isn’t considered by browsers if the element
is created after the page has been loaded. The Ember cookbook
recommends extending the input type with a manually triggered
autofocus, which I included here.
- This introduces the new helper “gh-focus-input”, an input field
gaining focus even when routing occurs.
2014-08-03 09:16:13 -07:00
..
components Add User Role Dropdown 2014-07-30 17:59:14 -06:00
editor
modals Add User Role Dropdown 2014-07-30 17:59:14 -06:00
posts Add XSS prevention 2014-07-27 23:03:01 +02:00
settings Add missing model to template render. 2014-08-01 16:29:59 +00:00
-floating-header.hbs Preventing rogue modals from popping up when hitting the enter-key 2014-07-23 22:58:50 -04:00
-import-errors.hbs Improve importer error messaging 2014-07-29 12:02:18 +01:00
-navbar.hbs Change user menu link to a button 2014-08-01 10:56:03 +01:00
-publish-bar.hbs
application.hbs
debug.hbs Improve importer error messaging 2014-07-29 12:02:18 +01:00
editor-save-button.hbs
error.hbs
forgotten.hbs Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00
post-settings-menu.hbs Preventing rogue modals from popping up when hitting the enter-key 2014-07-23 22:58:50 -04:00
post-tags-input.hbs Preserve order of tags as entered by the user. 2014-07-29 02:16:21 +00:00
posts.hbs
reset.hbs
settings.hbs
setup.hbs Disable autocomplete for setup & signup screens 2014-07-30 16:04:03 +01:00
signin.hbs Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00
signup.hbs Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00
user-actions-menu.hbs Admin isn't shown "make owner" option 2014-08-01 13:03:26 -07:00