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

Keyboard cursor issue in Internet Explorer using numeric version 3.1 #61

Open
ejwalker opened this issue Dec 18, 2013 · 0 comments
Open

Comments

@ejwalker
Copy link

Using the demo http://code.webmonkey.uk.com/plugins/jquery.numeric/test.html (numeric version 3.1) in Internet Explorer (tested on 9,11) there is an UX issue.

  • When using the keyboard cursor to move from left to right in the input textfield, the cursor automatically selects portions of the text (see screenshot below).
  • Then when trying to move from right to left, the cursor will be blocked.

image

I fixed this issue myself by downloading another version of the numeric plugin (version unknown + not specified) from http://www.texotela.co.uk/code/jquery/numeric/ and modified two lines of code. At Line 58 + 95 changed decimal.charCodeAt(0) to decimal.toString().charCodeAt(0).

Would appreciate if somebody could look at this issue please.

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