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

Cursor issue in RadEditor on pasteHtml

3 Answers 87 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Anwar
Top achievements
Rank 2
Anwar asked on 08 Oct 2012, 01:38 PM
Hi,

I am insering html from a drop downlist to RadEditor.Here dropdown 's  selecte item value  is going add to the editor.
When paste html the cursor remains at starting position of the string i have pasted, but actually the cursor should appear at the end of the
string.
This is working fine in IE not in any other browser.
Any soution to move cursor at the end of  string pasted?
observe the image i have attached ,where the cursor displaying at the starting position of pasted string.
Here is my code,

function getSelectedItemValue(combobox, args)
 {                                       
  var value = combobox.get_value();                                      
  var editor = $find("<%=RadEditor1.ClientID%>");
  editor.pasteHtml(value);                                     

   }


3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Oct 2012, 05:57 AM
Hello,

I am aware that this problem happens only in Google Chrome and it will be fixed in the upcoming Q3 2012 build, scheduled for next week. If the problem still persists after the upgrade, please, isolate it in a simple working project and send it for examination via a support ticket.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Anwar
Top achievements
Rank 2
answered on 10 Oct 2012, 01:17 PM
Thank for your responce Rumen.
Is there any alternate solution for this.



Regards,
Anwar
0
Rumen
Telerik team
answered on 12 Oct 2012, 07:08 AM
Hi,

The recommended way is to upgrade. The release will go out in the upcoming week.

If you need a fix for the current version, open an official support ticket, because this is an override of the core RadEditor's functionality.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Anwar
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Anwar
Top achievements
Rank 2
Share this question
or