[CLOSED] Problem opening multiple tabpanels the same time.

Page 4 of 6 FirstFirst ... 23456 LastLast
  1. #31
    I understand.

    Please try to set HideMode=Offsets" for tabs.
    tab = TabPanel1.add({
        id : node.id,
        hideMode : "offsets",
        ...
    });
  2. #32
    Quote Originally Posted by Daniil View Post
    I understand.

    Please try to set HideMode=Offsets" for tabs.
    tab = TabPanel1.add({
        id : node.id,
        hideMode : "offsets",
        ...
    });
    Ok, perfect. Very good.
    But in my TabPanel have a flap that utilizes the "Autoload".
    How to apply hideMode it?

    <ext:TabPanel ID="TabPanelPages" runat="server" EnableTabScroll="true" Cls="CssExtTabPages"
                            MinHeight="200px" MinWidth="130px" LabelPad="5">
                            <Items>
                                <ext:Panel ID="tabMonitor" runat="server" Title="Monitor" AutoScroll="true">
                                    <AutoLoad Url="../UT/Geral/Views/MonitorReportRequest.aspx" Mode="IFrame" />
                                </ext:Panel>
                            </Items>
                            <Listeners>
                                <TabChange Handler="onTabChange(TreePanel1, tab)" />
                                <BeforeTabClose Handler="return unLoadPage(this, tab)" />
                            </Listeners>
                            <Plugins>
                                <ext:TabCloseMenu ID="TabCloseMenu" runat="server" CloseOtherTabsText="Fechar as outras abas"
                                    CloseAllTabsText="Fechar todas as abas" CloseTabText="Fechar aba atual" />
                                <ext:GenericPlugin InstanceName="Ext.ux.SlidingTabs" />
                            </Plugins>
                        </ext:TabPanel>
  3. #33
    Did HideMode="Offsets" help?

    How to apply hideMode it?
    Just
    <ext:Panel ID="tabMonitor" ... HideMode="Offsets">
  4. #34
    Quote Originally Posted by Daniil View Post
    Did HideMode="Offsets" help?



    Just
    <ext:Panel ID="tabMonitor" ... HideMode="Offsets">
    Thanks, now everything is ok.
  5. #35
    Quote Originally Posted by majunior View Post
    Thanks, now everything is ok.
    Debugging the problem is not reproduced.
    But if I publish the problem in IIS is played.
    PS If I just click on the screen. She normally rides
  6. #36
    Any errors, exceptions?

    Please investigate responses using Fiddler or FireBug - are there any errors?

    Can you provide an online sample?

    What exactly IIS are you using?
  7. #37
    Quote Originally Posted by Daniil View Post
    Any errors, exceptions?

    Please investigate responses using Fiddler or FireBug - are there any errors?

    Can you provide an online sample?

    What exactly IIS are you using?
    The address to access is http://189.114.146.15/demosisprov50
    From the home screen you must click Entrar.
    After three menus will appear.
    Click "Model Page" then "Model Telefones" then "Cadastro de Alertas"
    Expect to carry the "Cadastro de Alertas"and click on "Model Telefones" then "Model Page".

    But accessing externally this problem does not happen to be slower.
    It only happens on my intranet.

    I am using IIS Version: 5.1

    Here are the screens that show the problem.


    One more information on FireFox the problem does not happen, it happens only in IE8
  8. #38
    I can't reproduce the pictures you provided, the tabs appear to be loaded/rendered correctly.

    Can you try to test on another PC-s?
  9. #39
    Quote Originally Posted by Daniil View Post
    I can't reproduce the pictures you provided, the tabs appear to be loaded/rendered correctly.

    Can you try to test on another PC-s?
    Yes, tested it on several Pc's different clients.

    You could see the pictures I sent?

    I think the problem lies in the way that IE renders the screen to be slower.
  10. #40
    You could see the pictures I sent?
    No, I can't reproduce these pictures on my side.

    Yes, tested it on several Pc's different clients.
    Please clarify is this reproducible sometimes or every time?
Page 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. opening severall time a desktop window
    By feanor91 in forum 1.x Help
    Replies: 4
    Last Post: Dec 22, 2011, 11:49 AM
  2. [CLOSED] Problem opening a popoup window
    By sisa in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 15, 2011, 12:31 PM
  3. [CLOSED] Problem opening a Window that contains UserControl
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 26, 2011, 3:42 AM
  4. [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
  5. [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

Posting Permissions