discourse/app
Damon Aw a5e576adca UX Improvement: Autofocus the topic field on edit
- After clicking on the pencil icon to edit a topic, the focus is not set on the input.
- This leads to cases where using keyboard shorcuts (e.g. cmd + left) leads to navigation instead.
- Searching around online, it seems the cleanest way to add a text-field that autofocuses is to create a component.
- I followed the [cookbook](http://emberjs.com/guides/cookbook/user_interface_and_interaction/focusing_a_textfield_after_its_been_inserted/) and did the most naive implementation.
- This focuses the text-field but at the start of the input. Setting selectionStart and selectionEnd solves this problem, but does not work on IE 8 and below.
2014-10-14 23:31:01 -04:00
..
assets UX Improvement: Autofocus the topic field on edit 2014-10-14 23:31:01 -04:00
controllers FIX: Saving a field as not required was actually making it required 2014-10-14 17:21:34 -04:00
helpers Renaming site contents to site text 2014-09-24 16:08:14 -04:00
jobs Merge pull request #2867 from techAPJ/patch-1 2014-10-14 11:01:07 -04:00
mailers FEATURE: send set password instructions after invite redemption 2014-10-11 14:13:05 +05:30
models Merge pull request #2867 from techAPJ/patch-1 2014-10-14 11:01:07 -04:00
serializers FEATURE: ability to hide or show specific post revisions 2014-10-14 07:19:45 -07:00
services correct badge title revocation query 2014-10-09 22:01:08 +11:00
views remove the notification_email_top customization 2014-10-06 17:00:20 -04:00