[CLOSED] PreserveIndicatorIcon in 2.1

  1. #1

    [CLOSED] PreserveIndicatorIcon in 2.1

    Hello
    I have updated to 2.1 and sees that PreserveIndicatorIcon does not work anymore
    I would expect all textboxes to have the same width, except the txtLastName, which is displayed as expected (as it have PreserveIndicatorIcon=false)

    <%@ Page Language="C#" %>
    <!DOCTYPE html>
        
    <html> 
    <head id="Head1" runat="server">
       
    </head> 
     
    <body>
        <form id="Form1" runat="server">
            <ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Gray" />
            <ext:Window ID="Window1"
                runat="server"
                Width="350"
                MinWidth="150"
                Title="Window"
                Layout="Fit"
                Collapsible="true">
               <Items>
                   
                   <ext:FormPanel ID="frmPersonPanel" runat="server" Frame="true">
                                <LayoutConfig>
                                    <ext:VBoxLayoutConfig Align="Stretch"/>
                                </LayoutConfig>
                                <Items>
                                    <ext:TextField runat="server" ID="txtFirstName" FieldLabel="First Name" PreserveIndicatorIcon="True" />
                                    <ext:TextField runat="server" ID="txtLastName" FieldLabel="Last Name" PreserveIndicatorIcon="false" />
                                    <ext:TextField runat="server" ID="txtEmail" FieldLabel="Email" Vtype="email" AllowBlank="False" PreserveIndicatorIcon="True" IndicatorIcon="BulletRed" MsgTarget="Under" />
    
                                    <ext:TextField runat="server" ID="txtPhone" FieldLabel="Phone" PreserveIndicatorIcon="True" />
                                    <ext:TextField runat="server" ID="txtFax" FieldLabel="Fax" AllowBlank="false" PreserveIndicatorIcon="True" />
                                </Items>
                            </ext:FormPanel>
               </Items>   
            </ext:Window>
                
           
        </form>
    </body> 
    </html>
    Last edited by Daniil; Jan 14, 2013 at 6:01 AM. Reason: [CLOSED]
  2. #2
    Hi @aisi_it_admin,

    Thank you for the report. We are investigating.
  3. #3
    It has been fixed in SVN. Please update.

    Thank you again for the report.
  4. #4
    Works
    I realized that all datepicker and timepicker are defaulted for Today/time
  5. #5
    Ignore last message please, my mistake.
    This problem can be closed

Posting Permissions