Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TodoMVC: Escape key with Firefox #1

Open
slegrand45 opened this issue Jan 15, 2017 · 0 comments
Open

TodoMVC: Escape key with Firefox #1

slegrand45 opened this issue Jan 15, 2017 · 0 comments
Labels

Comments

@slegrand45
Copy link
Owner

slegrand45 commented Jan 15, 2017

When a todo entry is edited, the user must be able to press the escape key in order to cancel the modifications.

With Firefox 50 on FreeBSD, the escape key is correctly detected (the which field is equal to 27) but the input is never reset to the backup value. If the escape key is replaced by the "a" key for instance, it works ok.

With Chromium 54 on FreeBSD, the escape key works correctly. Nonetheless, it seems that Chromium fires two events: a keypress followed by a blur. While Firefox fires only the keypress event.

@slegrand45 slegrand45 added the bug label Jan 15, 2017
@slegrand45 slegrand45 changed the title Escape key with Firefox TodoMVC: Escape key with Firefox Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant