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

Radformdecorator not working well in updated Chrome

2 Answers 84 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
envy kok
Top achievements
Rank 1
envy kok asked on 03 Aug 2012, 02:48 AM
Radformdecorator seems does not work well in my newly updated Chrome 21.0.1180.60 m. My Telerik.Web.UI version is 2012.2.703.40

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="Demo.test" %>
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
 
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <br />
    <telerik:RadScriptManager runat="Server" ID="RadScriptManager1" />
    <telerik:radformdecorator id="FormDecorator1" runat="server" DecoratedControls="all" Skin="Web20"></telerik:radformdecorator>
 
 
    <input type="button" value="Cancel"/>
    <br />
        <asp:DropDownList ID="DropDownList2" runat="server" style="width:250px">
                                                    <asp:ListItem>AAA</asp:ListItem>
                                                    <asp:ListItem>BBB</asp:ListItem>
                                                    <asp:ListItem>CCCC</asp:ListItem>
                                                    <asp:ListItem>DDDD</asp:ListItem>
                                                    <asp:ListItem>EEEE</asp:ListItem>
                                                    </asp:DropDownList>
     
    </div>
    </form>
</body>
</html>

2 Answers, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 03 Aug 2012, 06:30 AM
Hi,

I have tested your code and everything works as expected. Attached is Chrome.gif showing screenshot form Chrome version 21.0.1180.60.

Most probably, accidentally you have zoomed your browser using CTRL and + shortcut and that`s why the background sprite image is not rendered properly. Use CTRL + 0 shortcut to use your browser with normal zoom and to have the usual RadFormDecorator look and feel.

Regards,
Bozhidar
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
0
envy kok
Top achievements
Rank 1
answered on 03 Aug 2012, 03:46 PM
right. You are right. Thank you very much. Cheers.
Tags
FormDecorator
Asked by
envy kok
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
envy kok
Top achievements
Rank 1
Share this question
or