Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qyearsley-zz opened this issue May 25, 2013 · 0 comments
Open

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

qyearsley-zz opened this issue May 25, 2013 · 0 comments

Comments

@qyearsley-zz
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant