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

Applying the keyboard with scramble extension twice to an input #283

Closed
afattahi54 opened this issue Jul 2, 2014 · 3 comments
Closed

Applying the keyboard with scramble extension twice to an input #283

afattahi54 opened this issue Jul 2, 2014 · 3 comments
Labels

Comments

@afattahi54
Copy link

According to issue #282

I found that if you apply the keyboard with scramble extension twice to an input, then the keyboard will not work and you will see just a cancel button.
Please see http://jsfiddle.net/5MRek/

Why apply keyboard twice !:
Well, we have a global function which finds all the inputs if one of them has the requiredKeyboard="true" then it will add keyboard to that input. This global function run every time the ajax stops so it will happen that it (blindly) apply the keyboard to an input twice or more.
Of course we can some how fix this issue. But as this happens only for keyboards with scramble extension may be the plugin can handle it !

@Mottie
Copy link
Owner

Mottie commented Jul 2, 2014

Hi @afattahi54!

Thanks I'll look into this soon.

@Mottie Mottie closed this as completed in 587c977 Jul 16, 2014
@Mottie
Copy link
Owner

Mottie commented Jul 16, 2014

Sorry for taking so long! Your demo will now work properly.

@Mottie
Copy link
Owner

Mottie commented Nov 20, 2014

Ok, this should be fixed in 1.19.0. Thanks for your patience!

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