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

RadEditor and IFrame in IE9

2 Answers 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
spt
Top achievements
Rank 1
spt asked on 21 Nov 2012, 12:55 PM
We are using Telerik RadControls 2012 Q3.
In our project we are also using JQuery-UI tabs and we have the following html structure:

<div id="tabs">
    <ul>
        <li><a href="#tabs-1">Tab1</a></li>
        <li><a href="#tabs-2">Tab2</a></li>
    </ul>
    <div id="tabs-1">
            Tab1 Content
    </div>
    <div id="tabs-2">
             <iframe width="100%" height="700px" src="Editor.aspx" scrolling="no" frameBorder="0" id="IframeArticleEditor" />
    </div>
 </div>

RadEditor is included in Editor.aspx.
Obviously, when the page is loaded, tab2 with RadEditor is hidden.

After page is loaded, when we enable Tab2, toolbar layout in RadEditor is crashed.
Also, RadEditor layout is crashed if you try to change its size by moving right bottom corner.
This issue occurs in IE9 only, Chrome and Firefox works well.

Attached hereto please find a test project.

2 Answers, 1 is accepted

Sort by
0
spt
Top achievements
Rank 1
answered on 21 Nov 2012, 01:05 PM
I have found that I cannot attach a project here.
I have created a support Ticket.
It's ID is 632284.
Sorry  for inconvenience
0
Rumen
Telerik team
answered on 21 Nov 2012, 04:05 PM
Hello,

I just want to inform you that answered your ticket. I am still unable to replicate the problem neither in VS development server nor in IIS.

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.
Tags
Editor
Asked by
spt
Top achievements
Rank 1
Answers by
spt
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or