ComboBox misaligned in Toolbar

  1. #1

    ComboBox misaligned in Toolbar

    Minor cosmetic issue. It seems that the ComboBox in a Toolbar is misaligned vertically to the top of the Toolbar. Seems like it should be more in the middle, like other controls in the toolbar. Take a look at the attached screenshot which was produced by the following code:

    <%@ Page Language="VB" %>
    
    <%@ 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">
    
    <script runat="server">
    
    </script>
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <ext:ScriptManager ID="ScriptManager1" runat="server">
        </ext:ScriptManager>
        <ext:Panel ID="Panel1" runat="server" Width="300" Height="300" Title="Title">
            <TopBar>
                <ext:Toolbar ID="Toolbar1" runat="server">
                    <Items>
                        <ext:ComboBox ID="ComboBox1" runat="server">
                        </ext:ComboBox>
                        <ext:ToolbarButton ID="test" runat="server" Text="test"></ext:ToolbarButton>
                    </Items>
                </ext:Toolbar>
            </TopBar>
            <Body>
            </Body>
        </ext:Panel>
        </form>
    </body>
    </html>
  2. #2

    RE: ComboBox misaligned in Toolbar

    This seems to be a problem only in IE6

Similar Threads

  1. ComboBox in Toolbar of HtmlEditor
    By glauco.leme in forum 1.x Help
    Replies: 1
    Last Post: Apr 16, 2012, 1:17 PM
  2. Replies: 3
    Last Post: Apr 06, 2011, 6:27 PM
  3. [CLOSED] Toolbar misaligned
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Oct 13, 2010, 12:27 PM
  4. Replies: 0
    Last Post: May 13, 2009, 2:54 PM
  5. ComboBox Bug in GridPanl Toolbar
    By EzaBlade in forum Bugs
    Replies: 0
    Last Post: Mar 24, 2009, 10:39 AM

Posting Permissions