-
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
Issue with multiple keyboards and IE9 #73
Comments
Thanks! I'll look into this soon! |
That's great! I've been able to modify the source so it works in my configuration pretty well. Only a couple of minor issues when initially showing the keyboard. My changes also fixed issue #69, but I'm not sure that my changes would work in all scenarios. The culprit seems to be the caret processing (base.$preview.caret(pos.start, pos.end);) in checkCombos and the calls to base.$preview.focus(); when usePreview=false. I can send you the code and you can use it as a starting point if you want. |
Sure, I'd appreciate any help.. just email me on my gmail account, user name is wowmotty. The |
Hi David-Hollifield! Thanks again for your help, this issue should now be resolved in the latest version. |
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! |
Along with issue #69, I'm also seeing an issue when trying to use multiple keyboards with IE9.
To reproduce, run http://jsfiddle.net/Em8sG/1208/ in IE9 and then click between the two input fields. You'll notice that the keyboards don't switch when switching focus. FF works as expected.
A related issue happens when setting alwaysOpen=true. Run http://jsfiddle.net/Em8sG/1209/ in IE9 and try clicking on the two input fields and see how sometimes you're unable to select an input field and the selection randomly jumps to the other input.
Thanks! Great keyboard BTW!
The text was updated successfully, but these errors were encountered: