-
Notifications
You must be signed in to change notification settings - Fork 723
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
Another regression with multiple synchronized Keyboards #69
Comments
I'll look into this as soon as I can! Thanks for reporting it. |
Ok, hopefully I've fixed this issue in the latest version 1.9.19. Thanks for your patience! |
Oh one more thing. I added a new option named // Callbacks - attach a function to any of these callbacks as desired
visible: function(e, keyboard, el) {
keyboard.shiftActive = keyboard.altActive = keyboard.metaActive = false;
keyboard.showKeySet();
} The demo you shared isn't positioning the keyboard properly because it is using jQuery 1.8pre. If you switch the version to 1.7.2 and add jQuery UI 1.8.18, it will fix the issue (updated demo)... I filed a bug report about it. |
I'm guessing this issue has been resolved, so I'm going to close it. Please feel free to reopen it if you continue to have problems. Thanks! |
Hi Mottie
You latest commit reintroduces some problems discussed in [issue #58].
The caret seems to switch between the input fields while typing.
You can find the problem in: http://jsfiddle.net/Em8sG/993/
Regards
Pascal
The text was updated successfully, but these errors were encountered: