- Dec 15, 2016
-
-
Marijn Haverbeke authored
Since the input object might try to read from that on focusing Issue #4439
-
Marijn Haverbeke authored
It sometimes produces invalid output. Closes #4410
-
Marijn Haverbeke authored
Closes #4412
-
Marijn Haverbeke authored
Issue #4426
-
callodacity authored
-
Marijn Haverbeke authored
Issue #4417
-
Rishi Goomar authored
-
Marijn Haverbeke authored
Closes #4437
-
- Dec 14, 2016
-
-
ficristo authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #4432
-
- Dec 13, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #4413
-
Tom Klancer authored
Adds an option to keep the active line highlighted even when text inside the line is selected.
-
- Dec 09, 2016
-
-
Adrian Heine authored
-
- Dec 07, 2016
-
-
Andrew Cheng authored
so other potential emacs-type modules can use
-
- Dec 03, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #4419
-
- Nov 27, 2016
-
-
coderaiser authored
-
Oskar Segersvärd authored
Add template/variable definitions, checking, types, additional keywords and indentation fixes.
-
- Nov 24, 2016
-
-
Adrian Heine authored
-
- Nov 23, 2016
-
-
Adrian Heine authored
-
Marijn Haverbeke authored
Closes #4401
-
Marijn Haverbeke authored
-
Todd Berman authored
-
- Nov 21, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #4307
-
Kazuhito Hokamura authored
-
Marijn Haverbeke authored
As per CommonMark (conflicting with markdown.pl, but never mind markdown.pl) Closes #4395
-
- 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 14, 2016
-
-
takamori authored
As described in http://caniuse.com/#feat=user-select-none and https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
-
Marcelo Camargo authored
-
Mark Peace authored
-