about summary refs log tree commit diff
path: root/app/presenters
diff options
context:
space:
mode:
authorunarist <m.unarist@gmail.com>2018-04-20 21:04:16 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-04-20 14:04:16 +0200
commit4e35ce82691dff9cd81dae2f0e2f566f6f3ef85c (patch)
tree9f8934e507c20989492d30e4490498f9929b9dc8 /app/presenters
parent6f63cbb53c6ba7a5e2224c4bf846ccff1cac6a3d (diff)
Fix Esc hotkey behavior (#7199)
This fixes following cases which causes hotkey action accidentally:

* hitting Esc key to cancel text composition (mostly in CJK)

  Although events on cancelling composition are still heavily
  browser / input method dependent, but this implementation would
  covers current UI Events spec and some exceptions.

* hitting Esc key to close autocomplete suggestions

This PR changes to use keydown event instead of keyup event as well as other hotkeys.
Diffstat (limited to 'app/presenters')
0 files changed, 0 insertions, 0 deletions