[CLOSED] [2.0] Buttons and TabPanels

  1. #1

    [CLOSED] [2.0] Buttons and TabPanels

    Hello,

    I just checked my application on Internet Exploer 9/8/7 and all of my buttons and tabpanel titles are italic and looking funny. I'm not having this happen in FireFox or Chrome.

    Any suggestions? I don't have any CSS in the way.

    Attached are screen shots.

    Sincerely,
    Timothy
    Attached Thumbnails Click image for larger version. 

Name:	FireFox and Chrome.png 
Views:	50 
Size:	886 Bytes 
ID:	4248   Click image for larger version. 

Name:	IE.png 
Views:	45 
Size:	805 Bytes 
ID:	4249  
    Last edited by Daniil; May 17, 2012 at 3:44 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I was unable to reproduce using the example below. I'm getting the same results in IE8-9, Chrome and FireFox.

    Could you provide a test case to reproduce?

    Example
    <%@ 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 runat="server">
        <title>Ext.NET v2 Example</title>
    </head>
    <body>
        <ext:ResourceManager runat="server" />
        <ext:TabPanel runat="server">
            <Items>
                <ext:Panel runat="server" Title="Tab 1" />
                <ext:Panel runat="server" Title="Tab 2" />
            </Items>
        </ext:TabPanel>
        <ext:Button runat="server" Text="Button 1" />
        <ext:Button runat="server" Text="Button 2" />
    </body>
    </html>
  3. #3
    Please close, it was CSS after all. Sorry for wasting your time.

    Cheers,
    Timothy
  4. #4
    No problem. Thanks for the update.

Similar Threads

  1. [CLOSED] How to hide vertical scrollbar in Sub TabPanels
    By wisdomchuck in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 15, 2012, 7:19 PM
  2. [CLOSED] Problem with focus and tabpanels under IE9
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Jun 14, 2011, 4:42 PM
  3. [CLOSED] Problem with GridPanel BottomBars on a TabPanels
    By asztern in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 22, 2010, 3:11 PM
  4. [CLOSED] Tooltips and Tabpanels
    By iwen in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 22, 2009, 11:45 AM
  5. [CLOSED] One-to-Many between TabPanels
    By Koro in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Dec 01, 2008, 5:00 PM

Posting Permissions