-
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
Using next/back and mouse click loses keyboard #82
Comments
Sorry, I've been busy, but I'll look into this issue this weekend :) |
Hi mossybreen! It was a bug in the Additionally, I've added two new action keys named Thanks for reporting this issue! |
Hi Mottie, Thanks for the quick response and fix, but I am still able to reproduce the issue at the url above. Are there changes to my code needed for it to work? Regards, |
Sometimes you need to reload the jsFiddle a few times to clear the cache. The demo is working fine for me. :) |
Hi Mottie, Sorry I am still able to replicate the issue as described above. I have upgraded to v1.10 locally and the steps above still create the issue. I have also tried the jsfiddle url above on a fresh browser and the issue is still present. Any suggestions? Regards, Mossy |
Mottie, I have managed to workaround my problem by adding setting
|
Thanks! I'll look into this as well =/... so many things to do, so little time! My OCD is on overload! |
I have managed to pinpoint an issue with a keyboard I am using at the moment. I am unsure if the issue is a bug or my implementation of some custom keyactions on the keyboard. There are 2 custom keyactions, for next and previous navigation. The keyactions are slightly customised from the standard navigation as they should only navigate between visible textboxes (some textboxes may be hidden at times).
http://jsfiddle.net/QrktL/12/
To replicate issue:
The keyboard for the third field remains invisible and will not appear. It seems that once the mouse is used to focus on a textbox, the textbox which was last being used becomes invalid and can no longer be opened.
The text was updated successfully, but these errors were encountered: