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

editor browser compatability

2 Answers 49 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Senthil ramna
Top achievements
Rank 1
Senthil ramna asked on 23 Sep 2010, 08:05 AM
I am using RadEditor in my page to perform add and edit operations, it works like a charm in IE7 and IE8, but i am facing some problems in IE6.
when the page loads the control looks just fine but after postback on any control on the page (i.e dropdown or something) the editor control stretches.
please check the attached image just to be clear as to how the editor looks on postback and in normal view.
would be grateful if anyone could provide me with a workaround...

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 23 Sep 2010, 09:17 AM
Hi Senthil,

I have good news that this IE6 problem is fixed in the latest Q2 2010 SP1 build of RadEditor for ASP.NET AJAX.

If you unable to currently upgrade to the latest version then you can manually fix the issue by putting the following css class on the page / masterpage with RadEditor:

<style type="text/css">
* html .RadEditor .reSplitButton
    {
        _display: inline-block;
    }
</style>

Greetings,
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
0
Senthil ramna
Top achievements
Rank 1
answered on 23 Sep 2010, 10:52 AM
Thanks Rumen for the quick response, your fix worked like a charm... much appreciated.
Tags
Editor
Asked by
Senthil ramna
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Senthil ramna
Top achievements
Rank 1
Share this question
or