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

Drag & Drop problem in Firefox

1 Answer 9 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ali Faraji
Top achievements
Rank 1
Ali Faraji asked on 20 Sep 2010, 03:38 PM
Hi Telerik Team,

I have a editor with a Label tag as its content.
when i navigate from DESIGN view to HTML mode.
i can see the tag like this
<label class="CMS40FaqContentArea001" id="CMS40FaqContentArea001" style="padding-right: 5px;  padding-left: 20px; font-weight: bold; background: url(../images/widgets_sml/faqcontentarea.png) #cccccc no-repeat left center;   height: 20px; text-align: right;border: #000000 1px dotted;" runat="server" name="FaqContentArea">FAQ CONTROL</label>

but when i drag and drop the Label tag some where around the editor, then if i see the HTML mode i see Runat="server" attribute missing may i know what is this problem and how can i fix it....

<label style="padding-right: 5px;  padding-left: 20px; font-weight: bold; background: url(../images/widgets_sml/faqcontentarea.png) #cccccc no-repeat left center;   height: 20px; text-align: right;border: #000000 1px dotted;" class="CMS40FaqContentArea001" name="FaqContentArea" id="CMS40FaqContentArea001">FAQ CONTROL</label>



plzz replay aspd...

Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Sep 2010, 04:09 PM
Hello Ali,

The content area of RadEditor is an editable IFRAME and it uses the Rich Text Editing engine of the browser under which it operates. The reported behavior is browser related and it can be reproduced with a standard editable IFRAME element. For your convenience I have attached a standard HTML page with an editable iframe element in it which you can test to verify that this is a Firefox problem.

Please, note that the Rich Text Editing engine works with valid HTML tags and attributes and the problem could be related to that you load XML tags in the IFRAME.


Best wishes,
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
Ali Faraji
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or