You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ablur
. While Firefox fires only thekeypress
event.The text was updated successfully, but these errors were encountered: