You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: