Hi,
Our team and customers recently get a weird behavior on IE10, when ckeditor is reloaded, all controls of page cannot have focus anymore, even ckeditor is unfocusable, we encounter this problem only with IE10 v10.0.8 and not with IE10 v10.0.7 (last kb patch was 2862772 for IE). Did somebody encountered the same problem ?
Used version of CKEditor: 4.0.3
Update: our servers with IE9 have been updated with this patch, same problem.
Update: Test case
http://jsfiddle.net/Xf3n2/1/ , must be used with IE10 up to date (About -> Update Versions: 10.0.8 (KB2862772))
Step1: click on reload, type something in ckeditor
Step2: click on reload, focus is lost from ckeditor (it's normal)
Step3: CKEditor and textbox above cannot gain focus again
Here is a video (swf format) for people who don't have IE10 and want to see what the problem is:
https://docs.google.com/file/d/0B3Q1AOjSDtMIb2hhWFJ5OVZRSGs/edit?usp=sharing
Update: jsFiddle test case updated with the last version of ckeditor (4.2) http://jsfiddle.net/Xf3n2/2/ , bug still occured.
Lefebvre Xavier
You might be using CKE in
You might be using CKE in Quirks mode for whatever reason. Here's more about it.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Hi thanks for your feedback,
Hi thanks for your feedback, I've tried modification posted in link but it has not solved the issue. I've also updated my initial post with test case to reproduce the problem.
One of the devs had a quick
One of the devs had a quick look at it. Might be a good idea to create a ticket on the dev site.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Thanks for the advice, ticket
Thanks for the advice, ticket created http://dev.ckeditor.com/ticket/10797 . Also add new jsFiddle test with last version of ckeditor (4.2).