Yes, there's a bug submission for it here. But the root apparently lies somewhere else - here to be exact. The workaround is to use: document.execCommand("AutoUrlDetect", false, false). This will work in IE9-10 not IE7-8. Unfortunately both of these are a won't fix. Check the second link to see why.
Yes, there's a bug submission
Yes, there's a bug submission for it here. But the root apparently lies somewhere else - here to be exact. The workaround is to use: document.execCommand("AutoUrlDetect", false, false). This will work in IE9-10 not IE7-8. Unfortunately both of these are a won't fix. Check the second link to see why.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Not sure I understand your
Not sure I understand your post correctly, but in general, it is an inherent feature (bug) of IE to automatically create links.
In IE9 you can try the solution provided here: https://dev.ckeditor.com/ticket/9955#comment:4
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!