matiu2 / witty-plus

A base application under http://webtoolkit.eu .. adds users and logins
8 stars 4 forks source link

handle 'enter' and 'escape' in the edit user dialog #3

Closed matiu2 closed 13 years ago

matiu2 commented 13 years ago

login .. users .. select one .. edit.

If you hit 'enter' in the 'username' field it should Save the changes.

If you hit enter in the first password field, it should go the second one.

If you hit enter in the 2nd password field it should save the changes.

If you hit escape anywhere, it should cancel and go back to the user list.

mnordhoff commented 13 years ago

Same thing applies to the new user form.

matiu2 commented 13 years ago

hopefully fixed in https://github.com/matiu2/witty-plus/commit/731e322c00fe6eabc74d303a55c4ffc6ee14c474 and https://github.com/matiu2/witty-plus/commit/99c3391d4121910ac845532649383b13beae137f

will test once new user is working

matiu2 commented 13 years ago

Working