Hacker News new | past | comments | ask | show | jobs | submit login

Really cool stuff. I love the simplicity of reactive cells and I've been writing views in coffeescript for a while now. (https://github.com/jkarmel/space-pen)

As I was playing around with the JS fiddle todo example I noticed that there is no focus restoration when I have the todos update on 'keyup' instead of on the form submission:

  theForm.find('input').keyup ->
    opts.onSubmit(descrip.val().trim(), priority.val().trim())
(you can see this in action at http://jsfiddle.net/EwfB8/2/)

Any plans to add a feature for dealing with this issue?




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: