Today we installed the latest build of RadControls for ASP.NET AJAX 2008.31105 and came across an issue with the Editor’s tool images in IE 7.0. The images appear to be very fuzzy or stretched. The odd thing about this issue is it’s completely random which image has the problem. For example if there are four tool images only one might be fuzzy or sometimes two of four or they are all look good. We have tried deleting temporary internet files and changing the temporary internet files setting with no luck. Any ideas what might be causing it?
We have also tested it in Firefox 3.0.6 without a problem. The images are fine.
<telerik:RadEditor ID="rerToolTip" runat="server" EditModes="Design" Height="120px" Width="400px" ToolbarMode="Default"> |
<Tools> |
<telerik:EditorToolGroup> |
<telerik:EditorTool Name="AjaxSpellCheck" /> |
</telerik:EditorToolGroup> |
</Tools> |
</telerik:RadEditor> |