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

Cursor jumps to end using separator on Android 6.0.1 #1595

Closed
bvmensvoort opened this issue May 19, 2017 · 2 comments
Closed

Cursor jumps to end using separator on Android 6.0.1 #1595

bvmensvoort opened this issue May 19, 2017 · 2 comments

Comments

@bvmensvoort
Copy link

Issue
Cursor skips to end on Android when typing a number after a separator.
This is not expected.

Example
Using mask 99-99-9999, value: 12-21-1111
Try to replace 2's by 3's.

Value: 13|-1-111
When cursor is just before the first -, and you type a number, the cursor moves to the end.
Result: 13-31-1111|

Details
Doesn't happen on iOS and Desktop.
Android 6.0.1, jquery 1.10, Inputmask: 3.x
JSFiddle

@RobinHerbots
Copy link
Owner

RobinHerbots commented Jun 23, 2017

@BMarinos ,

This is fixed in the 4.x branch. Maybe you can have a test. These changes will be merged back into the 3.x version.

@bvmensvoort
Copy link
Author

bvmensvoort commented Jun 26, 2017

Issue is resolved in 4.x. Many thanks!

@RobinHerbots RobinHerbots added this to TODO in Mobile Jul 6, 2017
@RobinHerbots RobinHerbots added this to TODO in General Aug 23, 2017
@RobinHerbots RobinHerbots moved this from TODO to Done in Mobile Oct 8, 2017
@RobinHerbots RobinHerbots moved this from TODO to Done in General Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants