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

Design mode readonly in FireFox?

2 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
David Ahlbaum
Top achievements
Rank 2
David Ahlbaum asked on 29 Apr 2011, 03:33 PM
Hi!

I have a strange behaviour in my web site. I load your radEditor via jquery/wcf (markup as below).

            <telerik:RadEditor ID="bindHtml" runat="server" 
                Height="400px" 
                EnableViewState="false" 
                AllowScripts="true"
                ClientIdMode="Static"
                RegisterWithScriptManager="false" />

In Chrome and IE this works fine. in FireFox I canĀ“t change i design mode. Html mode works but not design. Any thoughts? /David

2 Answers, 1 is accepted

Sort by
0
David Ahlbaum
Top achievements
Rank 2
answered on 03 May 2011, 08:18 AM
Any thoughts?

Just wondering if this is a known issue so I can give feedback to my customer. More information on how I load the controls can be found here http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/ajax-loading-of-radcontrols.aspx
0
Dobromir
Telerik team
answered on 04 May 2011, 12:37 PM
Hello David,

There is a known issue with Firefox when RadEditor is moved programmatically inside the DOM. To avoid this problem you need to call RadEditor's onParentNodeChanged() method at the end to the DOM manipulations.

To be able to provide more to the point answer we will need more detailed information on the specific scenario? Could you please open a formal support ticket and provide a sample runnable project so we can examine and debug it locally?

Kind regards,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
David Ahlbaum
Top achievements
Rank 2
Answers by
David Ahlbaum
Top achievements
Rank 2
Dobromir
Telerik team
Share this question
or