[CLOSED] FieldSet - Bottom border-line missing on IE-8

  1. #1

    [CLOSED] FieldSet - Bottom border-line missing on IE-8

    Hello

    Ext.Net (1.0), FieldSet is not rending correctly on IE-8, the bottom border line missing, renders correctly on firefox though, here is the working example.

    Advise..

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="FieldSetIssue.aspx.cs" Inherits="FieldSetIssue" %>
    <%@ 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 runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server" />
        <div>
            <ext:Panel ID="headerPanel" runat="server" Collapsible="true" Padding="10"
                Height="250" Title="Contract Details" MonitorResize="true" Layout="Column" Border="false"
                Header="false">
                <Items>
                    <ext:FieldSet ID="FieldSet1" runat="server" Title="NDOT Contract Info" ColumnWidth=".45"
                        StyleSpec="padding:10px;padding-bottom:0px;" Border="true" Layout="Form" Header="false">
                        <Items>
                            <ext:Label ID="contractNoLabel" runat="server" FieldLabel="Contract No" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="projectNoLabel" runat="server" FieldLabel="Project No" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="ndotcontactLabel" runat="server" FieldLabel="Contact" LabelStyle="text-align:right;padding-top:20px;"
                                StyleSpec="padding-top:20px;padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="ndotPhoneNoLabel" runat="server" FieldLabel="Phone" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="ndotFaxLabel" runat="server" FieldLabel="Fax" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="ndotEmailLabel" runat="server" FieldLabel="Email" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                        </Items>
                    </ext:FieldSet>
                    <ext:DisplayField ID="DisplayField1" runat="server" Html="&nbsp;&nbsp;" />
                    <ext:FieldSet ID="rfcTopPanel2" runat="server" Title="Contractor Data" ColumnWidth=".45"
                        StyleSpec="padding:10px;padding-bottom:0px;" Border="true" Layout="Form">
                        <Items>
                            <ext:Label ID="companyNameLabel" runat="server" FieldLabel="Company" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="addressLabel" runat="server" FieldLabel="Address" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="contactLabel" runat="server" FieldLabel="Contact" LabelStyle="text-align:right;padding-top:20px;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="phoneLabel" runat="server" FieldLabel="Phone" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="faxLabel" runat="server" FieldLabel="Fax" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                            <ext:Label ID="emailLabel" runat="server" FieldLabel="Email" LabelStyle="text-align:right;"
                                StyleSpec="padding-left:20px;font-weight:bold;" />
                        </Items>
                    </ext:FieldSet>
                </Items>
            </ext:Panel>
        </div>
        </form>
    </body>
    </html>
  2. #2
    Hi,

    Confirmed. It looks like a bug. We are trying to solve it.
  3. #3
    Hi,

    Fixed in SVN. Please update and retest.
    Also please use BodyStyle instead StyleSpec for fieldset in your sample
  4. #4
    Nice, it worked perfect, Good job guys..:)
    Mark this request as "Sloved"

Similar Threads

  1. [CLOSED] NumberField missing the bottom line on IE8 ?
    By Fahd in forum 2.x Legacy Premium Help
    Replies: 14
    Last Post: Jul 17, 2012, 4:48 PM
  2. [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
  3. Replies: 3
    Last Post: Aug 11, 2011, 11:07 AM
  4. [CLOSED] [1.0] ComboBox in IE6 - Bottom border not showing
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 17, 2010, 10:13 AM
  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