SamWM/jQuery-Plugins

jqery.numeric.js: Selection by keyboard / Ctrl+A selection

Opened this issue · 0 comments

Currently, selection/highlighting of text by keyboard, including Ctrl+A, doesn't work. This is because at the end of the keyup callback function, the selection is reset to be just where the carat (start and of selection are the same).

This could be fixed by modifying the keyup callback to save not the selection start, but also the selection end.