[CLOSED] [1.0] ComboBox in IE6 - Bottom border not showing

  1. #1

    [CLOSED] [1.0] ComboBox in IE6 - Bottom border not showing

    In the example below, the ComboBox's bottom border isn't showing when viewed within IE6. I've attached a screenshot to illustrate the problem.

    Thanks

    Dan

    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
    </head>
    <body>
        <form id="Form1" runat="server">
            <ext:ResourceManager ID="ResourceManager1" runat="server" />
        
            <ext:Panel ID="Panel1" runat="server" Height="200" Width="600" Padding="6" Title="Test Panel">
                <Items>
                    <ext:ComboBox ID="ComboBox1" runat="server" EmptyText="Select">
                        <Items>
                            <ext:ListItem Text="1" Value="1" />
                        </Items>
                    </ext:ComboBox>
                </Items>
            </ext:Panel>
        </form>
    </body>
    </html>
    Attached Thumbnails Click image for larger version. 

Name:	PanelComboBox.PNG 
Views:	115 
Size:	3.8 KB 
ID:	1909  
    Last edited by Daniil; Nov 17, 2010 at 3:42 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Fixed in SVN. Please update
  3. #3
    Thanks for the quick fix. Please mark as solved.

    Dan

Similar Threads

  1. [CLOSED] IE6 Combo box bottom border not rendered
    By musher in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 09, 2012, 9:57 AM
  2. Replies: 1
    Last Post: Apr 23, 2012, 8:00 AM
  3. Replies: 3
    Last Post: Aug 11, 2011, 11:07 AM
  4. [CLOSED] FieldSet - Bottom border-line missing on IE-8
    By ndotis in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 03, 2011, 5:04 PM
  5. [CLOSED] How to remove the TabPanel header bottom border?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 12, 2010, 3:09 PM

Posting Permissions