Ghost/core
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
..
client gh-trim-focus-input autofocus fix for iOS Safari 2014-12-02 09:14:32 -08:00
server Merge pull request #4538 from jaswilli/config 2014-11-29 16:05:04 +00:00
shared Change autolinked URLs to output nice quotes 2014-10-14 11:09:06 +02:00
test Merge pull request #4518 from ErisDS/rss-fixes 2014-11-28 13:07:07 -06:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00