Welcome Guest Search | Active Topics | Sign In | Register

Flyout doesn't have any text and dosen't remain expanded Options
Mackin
Posted: Wednesday, September 8, 2010 12:29:52 PM
Rank: Advanced Member
Groups: Member

Joined: 6/1/2007
Posts: 31
Hi,

I am using a Flyout info box inside a EO Dialog. It just comes with the border on mouse over in the image, and doesn't have any body, not even stays expanded for more than 2 seconds.

Here is the markup for that.

Did I miss anything?

Code: HTML/ASPX
<%@ Page Language="C#" MasterPageFile="~/MasterPages/MasterPages.master" AutoEventWireup="true" CodeFile="register.aspx.cs" Inherits="MackinOnline_register" Title="User Registration" %>
<%@ MasterType VirtualPath="~/MasterPages/MasterPages.master" %>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
   
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
         <tr>
                                                <td style="width: 20px;"></td>
                        <td>
                            <asp:LinkButton ID="ui_btn_ChangePassword" runat="server" Text="Change My Password" CssClass="Links"></asp:LinkButton>
                        </td>
                    </tr>
                    
                               <asp:UpdatePanel ID="ajx_udp_PasswordChange" runat="server">
        <ContentTemplate>
            <eo:Dialog  ID="eo_dlg_ChangePassword" 
                        runat="server" 
                        Height="90px" 
                        Width="300px" 
                        HeaderHtml="Change My Password" 
                        AllowResize="True" 
                        ControlSkinID="None" 
                        ResizeImageUrl="00020014" 
                        RestoreButtonUrl="00070103" 
                        CloseButtonUrl="00070101" 
                        ShadowColor="Gray" 
                        ShadowDepth="3" 
                        BackShadeColor="Gray" 
                        BackShadeOpacity="55" 
                        BorderColor="Black" 
                        BorderStyle="Solid" ShowButton="ui_btn_ChangePassword" 
                        BorderWidth="1px"> 
                <ContentTemplate>
                    <div style="margin: 5px;">
                        <table>
                            <tr>
                                <td>Old password:</td>
                                <td style="width: 20px;"></td>
                                <td><asp:TextBox ID="eo_txt_OldPassword" runat="server" TextMode="Password"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td>New password:</td>
                                <td style="width: 20px;"></td>
                                <td><asp:TextBox ID="eo_txt_NewPassword" runat="server" TextMode="Password"></asp:TextBox></td>
                            </tr>
                            <tr> <td>
                            
                            </td>
                            <td>
                                   <img id="ui_imb_InfoPassword" alt="" runat="server" src="~/MackinOnline/Images/Info-symbol.gif" />
                                     
                                     <eo:Flyout runat="server" 
                                     ID="eo_fly_PassInfo" 
                                     For="ui_imb_InfoPassword" 
                                     ExpandDirection="BottomRight">
                                  <ContentTemplate>                                  
                                <div id='hoverMenuDiv' style=" width: 250px; height: auto; padding: 10px;"> lgvhhvhhk;v; </div>
                                         <ContentTemplate>
 </ContentTemplate>

                                  </ContentTemplate>
                                  </eo:Flyout>                  
                            </td>
                                <td >
                              </td>
                            </tr>
                            <tr>
                                <td>Verify new password:</td>
                                <td style="width: 20px;"></td>
                                <td><asp:TextBox ID="eo_txt_VerifyPassword" runat="server" TextMode="Password"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td colspan="3">
                                    <asp:Label ID="eo_lbl_PasswordErrorMessage" runat="server" CssClass="Links" Text=""></asp:Label>
                                    <asp:RegularExpressionValidator ID="RegularExpressionValidator1" ControlToValidate="eo_txt_NewPassword" runat="server" ErrorMessage="Password must be at least 6 characters" ValidationExpression="^(\w+\d*\W*){6,}$"></asp:RegularExpressionValidator><%--^(\w|\d){6,}$--%>
                                    <asp:CompareValidator ID="CompareValidator1" runat="server" ErrorMessage="Passwords do not match" ControlToCompare="eo_txt_NewPassword" ControlToValidate="eo_txt_VerifyPassword"></asp:CompareValidator>
                                </td>
                            </tr>
                            <tr>
                                <td></td>
                                <td></td>
                                <td><asp:Button ID="eo_btn_ChangePasswordOk" runat="server" Text="OK" Width="57" OnClick="ChangePassword" /></td>
                            </tr>
                        </table>
                    </div>
                </ContentTemplate>
                <HeaderStyleActive CssClass="DialogHeader" />
                <FooterStyleActive CssClass="DialogFooter" />
                <ContentStyleActive CssClass="DialogContent" />
            </eo:Dialog>
        </ContentTemplate>
    </asp:UpdatePanel>
      
</asp:Content>
eo_support
Posted: Wednesday, September 8, 2010 3:48:29 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have confirmed this to be a bug and a fix will be provided to you shortly.

Thanks!
eo_support
Posted: Wednesday, September 8, 2010 7:50:16 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have posted a new build that fix this problem. Please see your private message for download location.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.