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

RadEditor toolbars not appearing in Safari

1 Answer 79 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Striker
Top achievements
Rank 1
Striker asked on 20 Dec 2010, 04:58 AM
Technically, this may not be a Telerik issue - however, it does cause problems with RadEditor. We have legacy controls that use the Microsoft ASP.NET Menu control, which do not render nicely under Safari unless you force the Page.ClientTarget = "uplevel" setting (or similar solution).  Unfortunately, this has a side effect - it seems to prevent the toolbars from appearing in the RadEditor under Safari.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 22 Dec 2010, 05:34 PM
Hello Striker,

You can easily fix the problem using the following CSS class:

 <style type="text/css">
.Default.reToolbarWrapper
{
height: 80px !important;
}
</style>


All the best,
Rumen
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
Striker
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or