[CLOSED] Firefox combo css issue

  1. #1

    [CLOSED] Firefox combo css issue

    *Hi,*

    Please review my attachment, could you tell me how to config these properties?


    Thanks and best regards!


        <ext:FormPanel ID="pnfFormPanel" runat="server" BodyBorder="false">
            <Body>
                <ext:FormLayout
                    LabelWidth="200" 
                    LabelStyle="text-align:right;padding-right:20px;font-weight:bold;" 
                    runat="server">
                    <ext:Anchor>
                        <ext:ComboBox 
                            ID="pnfPatientComboBox" 
                            runat="server"
                            StoreID="pnfPatientsStore" 
                            FieldLabel="Patient Name"
                            TypeAhead="true"
                            Editable="false"
                            TriggerAction="All"
                            LazyRender="true"
                     Width="170"
                      ListWidth="188"
                            EmptyText="Loading..." 
                            DisplayField="name"
                            ValueField = "id"
                            ValueNotFoundText="Loading...">
                        </ext:ComboBox>
                    </ext:Anchor>
                </ext:FormLayout>
            </Body>
        </ext:FormPanel>


  2. #2

    RE: [CLOSED] Firefox combo css issue

    Hi,

    The source of problem is "padding-right:20px;" in LabelStyle. I suggest to remove this padding and add LabelPad="20" to the FormLayout
  3. #3

    RE: [CLOSED] Firefox combo css issue

    Thanks for your help! It does work now!

Similar Threads

  1. [CLOSED] Compatibility with chrome and firefox issue
    By imaa in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Dec 20, 2011, 10:42 PM
  2. Viewport layout issue in Firefox
    By venu in forum 1.x Help
    Replies: 2
    Last Post: Nov 08, 2011, 10:12 AM
  3. Mozilla Firefox 4.0.1 compatiability issue
    By NishaLijo in forum 1.x Help
    Replies: 0
    Last Post: Jun 03, 2011, 10:33 AM
  4. [CLOSED] SetFocus issue on Firefox
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: May 12, 2011, 11:42 AM
  5. [CLOSED] [1.0] RowEditor layout issue in Firefox
    By methode in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 13, 2010, 11:51 AM

Posting Permissions