Skip to content

Caret issue using Samsung keyboard #487

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

Closed
gersteba opened this issue Dec 7, 2016 · 2 comments
Closed

Caret issue using Samsung keyboard #487

gersteba opened this issue Dec 7, 2016 · 2 comments

Comments

@gersteba
Copy link

gersteba commented Dec 7, 2016

Hi!

Also latest version 1.14.3 is buggy using Samsung keyboard:
i.e. I am using this code:
jQuery(function($){
$("input.myinput").mask("0000h00h000", {
translation: {
"h": {
pattern: /[-]/,
fallback: "-"
}
},
placeholder: "___--"
});
});
When I enter the first three digits and then enter a hyphen, everything is okay.
But when I omit entering the hyphen instead and just continue entering the fifth digit, nothing is entered and the caret moves 3 digits to the left.
This makes inputting very difficult, if I don't want to enter the hyphens myself!

Kind regards,
Gerald

@gersteba gersteba changed the title Caret issue with hyphen using Samsung keyboard Caret issue using Samsung keyboard Dec 7, 2016
@af-unipro
Copy link

af-unipro commented Dec 13, 2016

Having a similar issue using the native browser on an Galaxy Nexus tablet running os 4.1.

Whilst entering a date in DD/MM/YYYY format, after entering the 3rd digit, the caret appears on the left of the last char as opposed to the expected right.

@igorescobar
Copy link
Owner

Duplicated:
#464
#432
#135

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

3 participants