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

Keyboard is opening automatically even if i set openOn="" #519

Closed
kubili opened this issue Feb 4, 2017 · 3 comments
Closed

Keyboard is opening automatically even if i set openOn="" #519

kubili opened this issue Feb 4, 2017 · 3 comments
Labels

Comments

@kubili
Copy link

kubili commented Feb 4, 2017

I set openOn to "" and when I click input filed the keyboard opens. I use latest version of keyboard and chrome (and edge). This does not happen in IE.

I have traced the problem to this block of code:

if (kb === base && !kb.$el.hasClass(kbcss.isCurrent)) {
	kb.focusOn();
}
@Mottie
Copy link
Owner

Mottie commented Feb 4, 2017

Hi @kubili!

The latest version (v1.26.16) does not include that exact code... See line 1653:

if (kb !== base && !kb.$el.hasClass(kbcss.isCurrent)) {
  kb.focusOn();
}

And this demo is also working as expected.

Please make sure the latest version is being used. If the problem persists, please modify the demo to duplicate the issue. Thanks!

@kubili
Copy link
Author

kubili commented Feb 4, 2017

Sorry for my mistake (I have copied wrong code, but I use the latest). Please try this fiddle . I have the same problem as it appears here.

Mottie added a commit that referenced this issue Feb 4, 2017
@Mottie
Copy link
Owner

Mottie commented Feb 4, 2017

Ahh, ok... I just pushed a fix to the master branch - demo - it should fix the problem. I just want to make sure no other issues arise from this change before releasing it. Thanks for reporting the problem!

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