You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've came across an error that I hope someone could shed some light on. I've set up a jsfiddle with usePreview set to false and autoAccept set to true. View http://jsfiddle.net/9GpcY/2/ in IE 8 (haven't got IE 9 to test to see if it happens on it too).
I have a text box and a textarea. When I click and type anything in the text box that's fine, when I then click on the textarea you can see IE 8 says there is an error on the page:
The keyboard still performs fine even with the error. However, when testing in Visual Studio it constantly brings up an error notification (same as above), which can be quite frustrating.
Any ideas to get around this? (Note: No error occurs in Firefox or Chrome)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! I haven't run into this issue, but then I don't have an original IE8 to test it on. I'll have to look into this when I get a bit more time. Sorry =(
Hi,
I've came across an error that I hope someone could shed some light on. I've set up a jsfiddle with usePreview set to false and autoAccept set to true. View http://jsfiddle.net/9GpcY/2/ in IE 8 (haven't got IE 9 to test to see if it happens on it too).
I have a text box and a textarea. When I click and type anything in the text box that's fine, when I then click on the textarea you can see IE 8 says there is an error on the page:
Message: Invalid argument.
Line: 1535
Char: 5
Code: 0
URI: http://mottie.github.com/Keyboard/js/jquery.keyboard.js
This line is: stored_range.moveToElementText(t);
The keyboard still performs fine even with the error. However, when testing in Visual Studio it constantly brings up an error notification (same as above), which can be quite frustrating.
Any ideas to get around this? (Note: No error occurs in Firefox or Chrome)
The text was updated successfully, but these errors were encountered: