[CLOSED] Problem: Closing Maximized Window will loose parent window scrollbar

  1. #1

    [CLOSED] Problem: Closing Maximized Window will loose parent window scrollbar

    Hi, i'm having some issues when closing a Maximized Window. Closing the window causes to have their parent window losing their scroll.

    You can easily reproduce this by going to the example: https://examples1.ext.net/Examples/W...oLoad_Website/

    Adjust the window height to only display the title (making the scroll bar appear), then open the window, maximize it and then close it.

    You will see that the parent page has lost its scroll bar.

    Is there anyway to avoid this??
    Last edited by Daniil; Apr 19, 2012 at 7:36 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please add the following listeners for the Window.

    Example
    <ext:Window runat="server">
        <Listeners>
            <Hide Handler="this.container.removeClass('x-window-maximized-ct');" />
            <Close Handler="this.container.removeClass('x-window-maximized-ct');" />
        </Listeners>
    </ext:Window>
  3. #3
    That solved the problem, thanks!!

Similar Threads

  1. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  2. [CLOSED] Maximized window doesn't remain maximized
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Feb 07, 2012, 3:32 PM
  3. [CLOSED] Problem closing parent window
    By tlfdesarrollo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 20, 2012, 3:18 PM
  4. Problem closing a Window! :D
    By csn in forum 1.x Help
    Replies: 2
    Last Post: Jun 23, 2011, 4:09 AM
  5. Closing a parent window from code behind
    By Kamal in forum 1.x Help
    Replies: 2
    Last Post: Sep 29, 2009, 8:25 PM

Tags for this Thread

Posting Permissions