MStumpp / meteor-todomvc

TodoMVC running on Meteor

Home Page:http://todomvc.meteor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: pressing esc while editing a todo removes it

maximzavadskiy opened this issue · comments

MStumpp, thank you for a good work.

This behavior I discovered might be a bug IMHO. (I am not familiar with TodoMVC app specs)

To reproduce:

  1. add a new todo item
  2. start editing it with double click
  3. press esc to cancel edit
  4. item gets removed but intuitively esc should instead cancel edits if any were made, like in http://todomvc.com/examples/angularjs/#/

Regards,
Maxim Zavadskiy