0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
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
..
client Autofocus on input fields after routing 2014-08-03 09:16:13 -07:00
server Descriptive error if user by mail not found. 2014-08-01 18:13:33 -07:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Fix failure in Post API tests. 2014-08-01 17:55:27 +00:00
bootstrap.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js
server.js