-
Notifications
You must be signed in to change notification settings - Fork 724
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.accept(); not working when usePreview: false in change function #311
Comments
Related to: #308 |
Hi @austb25! Hmm, |
Please try this demo, it is pointing to the keyboard script in the working branch. Once I get some of these other issues taken care of, I'll update the master branch with an updated version number. |
Thanks @Mottie! It worked! |
@Mottie for some reason I am now getting an error in firefox with the new keyboard.js script. This is the error I get: When I switch back to the old keyboard.js firefox does not show any errors but the original problem is still present. |
Hi @austb25! What kind of input type are you using? |
just a text input. I didn't want to use the number input because of the spinner icons |
I can't seem to reproduce this error. Would you please modify this demo to show the error; it is pointing to the working branch copy of the plugin. Thanks. |
Hi @Mottie! Unfortunately, as soon as it loads the error appears in firefox (in firebug). I am on Firefox version 32.0.3 on Mac OS X version 10.9.5 if that helps! |
I have also replicated the issue on a PC :( |
…311 Seehttps://bugzilla.mozilla.org/show_bug.cgi?id=1078702
Ok, I found the problem, and hopefully fixed it in the working branch. I totally messed up trying that demo in Firefox... probably that bad headache I had earlier. |
Ok, this should be fixed in 1.19.0. Thanks for your patience! |
Hi!
When I set usePreview : true, (and reference keyboard.$preview.val() in my change function), my code works, but as soon as I change usePreview: false it breaks and when the user enters 4 characters the keyboard does not close & accept the input. Here is my code:
Thanks!
The text was updated successfully, but these errors were encountered: