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

IE9 + FIREFOX 5.0 Editor will not work in popup dialog

3 Answers 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
CONOR
Top achievements
Rank 1
CONOR asked on 05 Jul 2011, 12:11 AM
Hi,

I am using the lastest telerik ajax controls (Q1 2011) and am testing with ie9 (9.01) and Firefox 5.0.
When I display a RadEditor in a popup dialog (JQuery UI dialog) the radeditor displays but it is entirely read only i.e. none of the control values can be changed.

I have created a simple test project (using MVC3) which I can send on.

The strange thing is that the editor will display fine when ie9 is in compatability mode or I include the following line in the header:

    <meta http-equiv="X-UA-Compatible" content="IE=8" />

However, neither of these solutions are ideal and it does not get arounf the firefox issue.

Is this a known issue? Do u want me to send you my sample project?

Kind regards,

Conor

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 05 Jul 2011, 02:58 PM
Hello Conor,

My suggestion for your scenario is to execute the editor.onParentNodeChanged() client-side method of RadEditor when displaying the editor in the jQuery dialog.
var editor = $find("<%=RadEditor1.ClientID%>");
editor.onParentNodeChanged();

If this does not help, please provide a simple working project which demonstrates the problem.

Kind regards,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
CONOR
Top achievements
Rank 1
answered on 06 Jul 2011, 11:29 PM
Hi,

Many thanks for the quick reply but unfortunately this solution does not work.
I have tried setting this property both when the dialog opens and in the onclientload event of the readeditor (n.b. the OnClientLoad event does not fire when using ie9 or firefox).

I have tried attach a simple MVC3 solution to demonstrate but it will not let me attach the project.

Kind regards,

Conor
0
Rumen
Telerik team
answered on 07 Jul 2011, 09:53 AM
Hello Conor,

If you open a support ticket from your account and you will be able to attach zip files.

Please, have in mind that RadEditor for ASP.NET AJAX is not MVC control and it does not offer support for MVC. We recommend using our Editor for MVC extension in MVC projects instead of RadEditor.

All the best,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Editor
Asked by
CONOR
Top achievements
Rank 1
Answers by
Rumen
Telerik team
CONOR
Top achievements
Rank 1
Share this question
or