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

Custom Popup radwindow, pastehtml not working in IE

2 Answers 120 Views
Editor
This is a migrated thread and some comments may be shown as answers.
IT Manager
Top achievements
Rank 1
IT Manager asked on 15 Mar 2010, 05:31 AM
Hi

I am trying to popup my custom radwindow ( Radwindow contains one radcombo dropdown and textbox) from editor icon, so after user selected the value from dropdown and put the text, it should paste the html back to the selected text. It works perfect under Firefox, but under IE8, if I click the dropdown or textbox area of the radwindow, the selection is lost.


2 Answers, 1 is accepted

Sort by
0
IT Manager
Top achievements
Rank 1
answered on 15 Mar 2010, 05:34 AM
I just open a support ticket, please ignore this thread
0
Rumen
Telerik team
answered on 15 Mar 2010, 07:48 AM
Hi Jeff,

I have answered your support ticket, but I want to share the solution with the community. Here it is:

The custom RadEditor for ASP.NET AJAX dialogs are based on RadWindow and they internally store the selection in the content area of the editor. If you implement your scenario with a custom dialog then you will not experience the reported issue.

If you chose to implement your own RadWindow dialog then you can use the getRange method to store the selection. However once again note that it is better to use a custom dialog.

Best regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
IT Manager
Top achievements
Rank 1
Answers by
IT Manager
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or