- Apr 11, 2018
-
-
Mu-An ✌️ Chiou authored
Keypress should not happen during composing (as spec) but it does on Windows for Korean IMEs
-
- Nov 08, 2017
-
-
Casey Klebba authored
-
- Aug 02, 2017
-
-
Marijn Haverbeke authored
Issue #4889
-
- Apr 26, 2017
-
-
Adrian Heine authored
-
- Mar 30, 2017
-
-
Marijn Haverbeke authored
Issue #4625
-
- Mar 10, 2017
-
-
Marijn Haverbeke authored
(when there is a gutter) Issue #4637
-
- Mar 09, 2017
-
-
Marijn Haverbeke authored
Which often caused strangeness around empty lines Issue #4307
-
Marijn Haverbeke authored
So that we don't leave a stray selection that'll be reset to some nonsense position by the DOM changes. Closes #4625
-
- Mar 08, 2017
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Mar 05, 2017
-
-
Adrian Heine authored
This is based on work by Radek Piórkowski <radek25c@gmail.com>.
-
- Feb 20, 2017
-
-
Marijn Haverbeke authored
Closes #4589
-
- Dec 19, 2016
-
-
Marijn Haverbeke authored
when forced after compositionend event. Issue #4441
-
- Dec 16, 2016
-
-
Adrian Heine authored
-
- Nov 21, 2016
-
-
Marijn Haverbeke authored
Issue #4307
-
- Nov 15, 2016
-
-
Marijn Haverbeke authored
So that the code doesn't get confused when backspacing or deleting across a line. This is still flaky. Ideally we'd capture backspace as a key event, but Android Chrome makes that impossible. Issue #4307
-
Marijn Haverbeke authored
And do so only after a delay, so that subsequent input events get a chance to fire.
-
Marijn Haverbeke authored
Because Android, especially Google Keyboard, just doesn't care
-
Marijn Haverbeke authored
So that the selection isn't reset to the start of the element by div.focus().
-
- Oct 20, 2016
-
-
Mu-An Chiou authored
When selecting at the beginning of a line ranges need to be removed for new range to be added properly. (in Safari)
-
- Sep 30, 2016
-
-
Marijn Haverbeke authored
-
Adrian Heine authored
-
- Sep 29, 2016
-
-
Adrian Heine authored
-
- Sep 26, 2016
-
-
Adrian Heine authored
-
Adrian Heine authored
-