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

login control buttons on safari

1 Answer 46 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Luke
Top achievements
Rank 1
Luke asked on 19 Sep 2013, 04:30 PM
We're having display issues with the Web20 theme formdecorator for the asp.net login control. The issue shows up in the iPhone and iPad, but not on Safari when run in Windows. The right side of the Login and Cancel buttons are repeated. We haven't customized the built-in themes at all.

Here is the code for the formdecorator in the page:
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Web20"  EnableEmbeddedSkins="true"
    DecoratedControls="All" />

Here is the code for the buttons in the login control:

<tr>
    <td></td>
    <td style="text-align:center">
        <asp:Button ID="LoginButton" runat="server"
        CommandName="Login" Text="Log In" AccessKey="l"
        ValidationGroup="Login1"/>
          
        <asp:Button ID="Button1" runat="server"
        Text="Cancel" AccessKey="c" />
    </td>
</tr>

I've attached a picture that shows the problem. (Ignore that the buttons themselves are repeated. This was for testing.) Look at the right sides of the buttons:



1 Answer, 1 is accepted

Sort by
0
Luke
Top achievements
Rank 1
answered on 20 Sep 2013, 02:10 PM
OK, this appears to be fixed in the latest update.
Tags
FormDecorator
Asked by
Luke
Top achievements
Rank 1
Answers by
Luke
Top achievements
Rank 1
Share this question
or