- Feb 02, 2017
-
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
-
Adrian Heine authored
Should fix #1862 for ltr text.
-
Adrian Heine authored
-
- Jan 19, 2017
-
- Jan 12, 2017
-
-
Marijn Haverbeke authored
-
- Dec 26, 2016
-
-
Adrian Heine authored
This variable was unused after 0e545326.
-
- Dec 22, 2016
-
-
Emmanuel Schanzer authored
-
Emmanuel Schanzer authored
-
- Dec 20, 2016
-
-
Marijn Haverbeke authored
-
- Dec 19, 2016
-
-
Marijn Haverbeke authored
when forced after compositionend event. Issue #4441
-
- Dec 16, 2016
-
-
Adrian Heine authored
-
- Dec 15, 2016
-
-
Marijn Haverbeke authored
Since the input object might try to read from that on focusing Issue #4439
-
Marijn Haverbeke authored
Closes #4412
-
Marijn Haverbeke authored
Issue #4417
-
- Dec 09, 2016
-
-
Adrian Heine authored
-
- Nov 24, 2016
-
-
Adrian Heine authored
-
- Nov 23, 2016
-
-
Adrian Heine authored
-
- Nov 21, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #4307
-
- Nov 18, 2016
-
-
John-David Dalton authored
when accessing `document.activeElement` from inside an iframe.
-
- 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
Rather than on read
-
Marijn Haverbeke authored
And do so only after a delay, so that subsequent input events get a chance to fire.
-
Todd Berman authored
-
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().
-
- Nov 02, 2016
-
-
Marijn Haverbeke authored
And use it in the merge addon to get the proper offsets for merge buttons Issue #4364
-
- Oct 21, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- 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)
-
Marijn Haverbeke authored
Issue #4289
-
- Oct 17, 2016
-
-
Marijn Haverbeke authored
Because it has nothing to do with measurement.
-
Marijn Haverbeke authored
And don't put indentation in css strings. Issue #4312
-
- Oct 04, 2016
-
-
Adrian Heine authored
With non-empty selections, transposeChar would only work on the chars next to head and ignore the selected chars. Also, a cursor at line start was not moved on successful swapping.
-