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

[Solved] Editor icon display corrupted in Firefox and Chrome

4 Answers 123 Views
Editor
This is a migrated thread and some comments may be shown as answers.
DougiePender
Top achievements
Rank 1
DougiePender asked on 06 Oct 2009, 02:19 PM
I'm using the RadEditor but the icons seem to be corrupted in Firefox and Chrome.  It looks fine in Safari and Opera.  Any ideas?

Have a look at this screenshot here: Firefox screengrab

Using Telerik.Web.UI.dll   2008.3.1314.35






4 Answers, 1 is accepted

Sort by
0
DougiePender
Top achievements
Rank 1
answered on 06 Oct 2009, 02:25 PM
Here's the code for page it's on:

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
    </head>
    <body>
        <form id="form1" runat="server">

            <asp:ScriptManager id="ScriptManager" runat="server" EnablePageMethods="true" />
            
            <telerik:RadEditor
                ID="radEditor"
                runat="server"  
                Skin="Default">
            </telerik:RadEditor>
            
        </form>
    </body>
</html>

0
Lini
Telerik team
answered on 07 Oct 2009, 06:56 PM
Hello,

I think that you stumbled upon a known issue with the editor and Firefox when the minimum font size option is set. See the following help article for more information - http://www.telerik.com/help/aspnet-ajax/editor_skinningissues.html

Regards,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
DougiePender
Top achievements
Rank 1
answered on 09 Oct 2009, 12:27 PM
Thanks that does work! 
However I can't expect clients to change their browser settings just to use the RadEditor.  Can this be achieved using css or Is a proper fix planned for this?
0
Lini
Telerik team
answered on 14 Oct 2009, 07:48 AM
Hello,

The problem has been fixed in future versions of the RadControls for ASP.NET AJAX. Unfortunately, there is no CSS workaround available. You need to update your project with a more recent build - the current official build is 2009.2.826.

Greetings,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
DougiePender
Top achievements
Rank 1
Answers by
DougiePender
Top achievements
Rank 1
Lini
Telerik team
Share this question
or