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

Safari display problem with buttons

3 Answers 67 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Kev
Top achievements
Rank 1
Kev asked on 26 Feb 2009, 07:51 PM

In safari I have weird display issues with the buttons that have rad form decorator applied to them. The button is sliced in half and the bottom button has vertical lines across it. Has telerik encountered this problem before? I have another button in the layout that does not have that issues is this a formatting issue or is this a bug? How should I handle this ??

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 27 Feb 2009, 09:45 AM
Hello Kev,

At this point we cannot tell what the reason for the problem might be. Do you experience the same problems on our online demos?
It will be best to open a support ticket and to send us a small sample project that reproduces your setup and the problem itself. We will check it right away.


Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kev
Top achievements
Rank 1
answered on 27 Feb 2009, 06:28 PM

well its inside an asp.net datalist and the only time there is a problem is with that....

and the only browser the problem appears in is inside safari

here is a link to the screenshot of the display problem..

http://img4.imageshack.us/my.php?image=88054428.gif

0
Georgi Tunev
Telerik team
answered on 02 Mar 2009, 11:29 AM
Hello Kev,

I tried to reproduce the problem by using the setup below, but as you can see from the attached image, everything is working as expected.

<form id="form1" runat="server"
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager> 
          <telerik:RadFormDecorator  
            ID="RadFormDecorator1"  
            Runat="server"  
            DecoratedControls="All" />              
         <asp:DataList ID="DataList1" runat="server" DataSourceID="AccessDataSource1"
             <ItemTemplate> 
                 ProductName: 
                 <asp:Button ID="ProductNameLabel" runat="server" Text='<%# Eval("ProductName") %>'
                 </asp:Button><br /> 
                 SupplierID: 
                 <asp:Label ID="SupplierIDLabel" runat="server" Text='<%# Eval("SupplierID") %>'
                 </asp:Label><br /> 
                 <br /> 
             </ItemTemplate> 
         </asp:DataList> 
    <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/Nwind.mdb" 
        SelectCommand="SELECT TOP 10 [ProductName], [SupplierID] FROM [Alphabetical List of Products]"
    </asp:AccessDataSource> 
</form> 

Please make sure that you are using a recent version of the controls and if you still experience probems - open a support ticket and send us a small sample project that isolates the problem. We will check it and do our best to help.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
FormDecorator
Asked by
Kev
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Kev
Top achievements
Rank 1
Share this question
or