This is a migrated thread and some comments may be shown as answers.

RadEditor selection

1 Answer 70 Views
Editor
This is a migrated thread and some comments may be shown as answers.
QualiWareUA
Top achievements
Rank 1
QualiWareUA asked on 17 Jul 2008, 04:31 PM
Hi ALL.
How can I cancel all editor content selection by holding Ctrl key and clicking a link element?

1 Answer, 1 is accepted

Sort by
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.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
QualiWareUA
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or