Inline editing works in Internet Explorer 10, and I can confirm it on our inline demo. However, we do not support Quirks Mode for IE10, so it is possible that something else on your page forces IE10 to go into Quirks.
Can you provide the exact error message that you are getting?
Inline editing works in
Inline editing works in Internet Explorer 10, and I can confirm it on our inline demo. However, we do not support Quirks Mode for IE10, so it is possible that something else on your page forces IE10 to go into Quirks.
Can you provide the exact error message that you are getting?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
I got around this issue by
I got around this issue by including the following meta tag.
<meta http-equiv="X-UA-Compatible" content="IE=9" />
Errors I received:
Line: 198
Error: Inline element mode is not supported on IE quirks.
Line: 563
Error: Could not complete the operation due to error 80020101.