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
Have a look at this screenshot here: Firefox screengrab
Using Telerik.Web.UI.dll 2008.3.1314.35
4 Answers, 1 is accepted
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>
<%@ 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
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.
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?
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
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.
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.