[CLOSED] IE 7 Combo box disappears after disable

  1. #1

    [CLOSED] IE 7 Combo box disappears after disable

    Hi,

    we are using coolite toolkit 0.8.1. When I set the combo box property to either enable=false or disable=true, the combox box completely disappears from the page.


    Not sure what is the reason, but when I review opened the div with IE developer tool bar, width is set to 0. I don't have this setting anywhere in the application.


    Please help me to resolve this.







  2. #2

    RE: [CLOSED] IE 7 Combo box disappears after disable

    Hi,

    Please provide simple test sample. I cannot reproduce it. Here us my test case
    <%@ Page Language="C#" %>
    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" 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">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
            <ext:ScriptManager runat="server" />
            <ext:ComboBox runat="server" Disabled="true" />
            <ext:ComboBox runat="server" Enabled="false" />
        </form>    
    </body>
    </html>

Similar Threads

  1. [CLOSED] Combo Box disable Value not getting submitted.
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 07, 2010, 11:06 AM
  2. [CLOSED] Combo Disable/lock/hide trigger
    By CMA in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 19, 2010, 11:22 AM
  3. [CLOSED] Disable combo box label
    By CSG in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 02, 2009, 5:44 AM
  4. [CLOSED] Combo box disappears when disabled
    By antonyn in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 17, 2008, 7:07 AM
  5. [FIXED] [V0.7] Combo Disable lost Value
    By jeybonnet in forum Bugs
    Replies: 2
    Last Post: Dec 08, 2008, 4:20 PM

Posting Permissions