Hi ALL.
How can I cancel all editor content selection by holding Ctrl key and clicking a link element?
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 18 Jul 2008, 08:11 AM
Hi Alex,
Actually, this is a default IE browser behavior to select the whole content when the user holds the CTRL key and clicks with the left mouse button in an editable DIV / IFRAME element. The content area of RadEditor is an editable IFRAME. Since this behavior is controlled entirely by the browser, but not by RadEditor, my suggestion is to implement the desired functionality with an editable DIV element and to send us the code. We will replace the editable DIV element (<div contenteditable="true" style="1px solid red;width:300px;height:300px;">sample content</div>) with RadEditor and make your code to work with the editor control.