Problem using Ext.net tabpanel in IFrame mode on IE 7 and IE8

  1. #1

    Problem using Ext.net tabpanel in IFrame mode on IE 7 and IE8

    I am using the following code
    using the following code

    <ext:Panel ID="pnlForms" runat="server" Closable="false" Title="Forms" Layout="Fit"
    Icon="ApplicationForm" Visible="false" Disabled="true" Height="910px" >

    <AutoLoad Url="Forms.aspx" Mode="IFrame" MaskMsg="Loading" NoCache="true"
    ShowMask="true" PassParentSize="true? />

    <Listeners>

    <Activate Fn="refreshForms" />

    </Listeners>

    </ext:Panel>

    But on IE8 and IE7,If I click any where on tabcontainer(<ul> tag),it scroll down a little bit.
    Screenshot before and after are also attached.
    They work fine on FF and IE9.
    Seems it?s the width of tab ?UL?(container of tabs) or some other css issue with <ul> tag which is causing it to
    scroll down on click.
    Attached Thumbnails Click image for larger version. 

Name:	ScreenShot_Developer_Tools.jpg 
Views:	362 
Size:	101.6 KB 
ID:	3875   Click image for larger version. 

Name:	ScreenShot_Tabs.jpg 
Views:	270 
Size:	91.9 KB 
ID:	3876   Click image for larger version. 

Name:	ScreenShot_Tabs_after_scrolled.jpg 
Views:	285 
Size:	91.6 KB 
ID:	3877  
    Attached Files

Similar Threads

  1. [CLOSED] Problem with display grid in IFrame Ext.Net.Window Mode
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 23, 2012, 3:14 PM
  2. [CLOSED] Callbacks, Window, iframe - passing data back async mode?
    By wagger in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 25, 2011, 11:01 AM
  3. [CLOSED] Bug with Window and Iframe mode
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 19, 2010, 11:18 AM
  4. [CLOSED] XRender Window in iFrame mode.
    By jhouser in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 10, 2010, 3:17 PM
  5. Replies: 2
    Last Post: Jul 01, 2009, 1:06 PM

Tags for this Thread

Posting Permissions