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

Another regression with multiple synchronized Keyboards #69

Closed
bachp opened this issue May 22, 2012 · 4 comments
Closed

Another regression with multiple synchronized Keyboards #69

bachp opened this issue May 22, 2012 · 4 comments
Labels

Comments

@bachp
Copy link

bachp commented May 22, 2012

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

@Mottie
Copy link
Owner

Mottie commented May 23, 2012

I'll look into this as soon as I can! Thanks for reporting it.

@Mottie
Copy link
Owner

Mottie commented Jun 17, 2012

Ok, hopefully I've fixed this issue in the latest version 1.9.19. Thanks for your patience!

@Mottie
Copy link
Owner

Mottie commented Jun 18, 2012

Oh one more thing. I added a new option named resetDefault which essentially resets the keyboard to the default key set every time it opens. Basically it replaces this code:

// 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.

@Mottie
Copy link
Owner

Mottie commented Jul 2, 2012

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!

@Mottie Mottie closed this as completed Jul 2, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants