Hi,
I was about to post this as a bug but I noticed that it occurs in every version of IE so the CKEditor team is probably aware of it.
Steps to reproduce:
- Go to the CKEditor demo page
- Select some text within the editor
- Click (left or right) outside of the editor
- The text is unselected
This happens in IE but not in any other browser. Is there a work around for it?
Background:
I've written a plugin where you select some text, click a button and select an asset from a menu that appears outside of the editor. The selected text is then converted in to a link. This works in other browsers but in IE the text is unselected by clicking on the asset.
I can just store the start and end of the range somewhere before the text is unselected and use that but I was wondering if there is a better solution?
Thanks,
Joe