I have a form with many ckeditor text fields. My users are complaining that sometimes they are typing ina box and the cursor randomly jumps to an other text field and the typeing continues in there. This is using the leatest version of ckeditor.
I have a form with many ckeditor text fields. My users are complaining that sometimes they are typing ina box and the cursor randomly jumps to an other text field and the typeing continues in there. This is using the leatest version of ckeditor.
It would be nice if you could
It would be nice if you could provide some sample html for us to reproduce this problem. Or maybe you can provide access to a sample of your app and explain what to do to get this issue.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
ok here's some sample code.
ok here's some sample code. in the HTML I have:
So basically a bunch of text fields (in some cases 21 on a form) with the ckeditor class attached to them. the field are also themed with bootstrap.
Some of the users are compaining that when they type in the boxes the cursor will suddenly jump to a different box. This happens in both IE and chrome. We've tried the obivous things like disabling the laptop tracker pad.
It's one of those really anoying problems that I havn;t been able to reproduce on my own machine.
I have finally been able to
I have finally been able to work out what seems to be cuasing this issue.
It's the scayt plugin. When scayt is enabled by defualt, and you have two text fields side by side, as scayt detects a mistake in the second field the cursor jumps to the first field.
It might be the same issue
It might be the same issue that was reported here. Thanks for sharing.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!