Skip to content
Snippets Groups Projects
  1. May 02, 2018
  2. May 01, 2018
  3. Apr 30, 2018
  4. Apr 29, 2018
  5. Apr 26, 2018
  6. Apr 25, 2018
  7. Apr 24, 2018
  8. Apr 23, 2018
  9. Apr 22, 2018
  10. Apr 21, 2018
  11. Apr 20, 2018
    • unarist's avatar
      Ignore keyevents during text composition (#7205) · 84214b86
      unarist authored
      KeyboardEvent.key may be physical key name (Escape, Tab, etc.)
      even in text composition and it causes hotkeys or suggestion selection.
      So we need to check e.which or e.isComposing.
      
      Checking e.which also allows us to avoid Esc key on compositionend in Safari.
      84214b86
Loading