Tabs are sliding up after ShowModalDialog

  1. #1

    Tabs are sliding up after ShowModalDialog



    I have a ViewPort object, which has a child Panel on its body. In my Panel's body I have a fitlayout element and also it has a tabpanel child control. These controls are placed in my masterpage. I add new tabs with a client-side javascript. But I have a problem with my tabs. I add a new tab to my tabpanel and new page has a link which referred to open a modal page with window.showModalDialog javascript. When I click to my link new modaldialog opens and after I returned from the modaldialog my tabs are sliding up thus I can only see the half of them. Am I missing some property?


    Thanks for your support.

    <ext:ViewPort ID="ViewPort1" runat="server">
    <Body>
    <ext:BorderLayout ID="viewPortLayout" runat="server">
     <Center>
       <ext:Panel runat="server" Header="False">
        <Body>
         <ext:FitLayout runat="server">
          <ext:TabPanel ID="btaMainTab" runat="server">
           <Listeners>
            <BeforeRemove Handler="tabBeforeRemove();" />
           </Listeners>
          </ext:TabPanel>
         </ext:FitLayout>
       </Body>
      </ext:Panel>
     </Center>
    </ext:BorderLayout>
    </Body>
    </ext:ViewPort>
  2. #2

    RE: Tabs are sliding up after ShowModalDialog

    Hi,

    Please post sample code which demonstrates the problem
  3. #3

    RE: Tabs are sliding up after ShowModalDialog

    Hi vladimir, it is almost impossible to send a code that demonstrate it because it is embbedded into a library. But I can send you screenshots by mail if you like to
  4. #4

    RE: Tabs are sliding up after ShowModalDialog

    Hi,

    I am afraid that screenshot will not help. Try to create simple example, I am sure that it is possible to create simple example without any bussines logic

Similar Threads

  1. [CLOSED] Move tabs Tabs Style Google Chrome
    By majunior in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 30, 2013, 12:58 PM
  2. window seem as showModalDialog
    By hihill in forum 1.x Help
    Replies: 4
    Last Post: Jul 02, 2012, 1:50 PM
  3. how to use the window.showModalDialog
    By krishna in forum 1.x Help
    Replies: 2
    Last Post: Mar 15, 2011, 2:14 PM
  4. [CLOSED] Problem with HtmlEditor and showModalDialog
    By pumpkin in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 25, 2009, 10:11 PM
  5. Replies: 10
    Last Post: Dec 15, 2008, 3:13 PM

Posting Permissions