CKEditor Version: 3.4.3
When I call
I also notice that beneath the dialog, the initial text I have selected has been deselected. How can I get the highlighted/selected text in IE? I have tried all approaches mentioned on the forum
When I call
editor.getSelection().getNative().createRange().textin my modified link.js plugin, I receive a value of "" in IE , however using:
editor.getSelection().getNative()works in Firefox?Chrome and so on.
I also notice that beneath the dialog, the initial text I have selected has been deselected. How can I get the highlighted/selected text in IE? I have tried all approaches mentioned on the forum
Re: Cannot get the value of selected text in IE
For instance, if I have the following text
If I select "dolar", it won't work. However, if I select the entire line, it will work.
Re: Cannot get the value of selected text in IE