[CLOSED] ESC doesn't always close window

  1. #1

    [CLOSED] ESC doesn't always close window

    I have a modal window created from a partial view, however this issue can be seen here:
    https://examples2.ext.net/#/XRender/Basic/New_Window/

    Click the button to open the window and pressing Esc doesn't close it (in Chrome)

    But, do the same thing in V1 and it does work:

    https://examples1.ext.net/#/XRender/Basic/New_Window/
    Last edited by Daniil; Aug 27, 2012 at 8:02 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Confirmed, thanks for the report. I will report it to Sencha.

    For now I can suggest the following solution.

    Example
    <ext:Window runat="server" Html="Press Esc">
        <Listeners>
            <AfterRender Handler="this.getKeyMap().enable();" />
        </Listeners>
    </ext:Window>
  3. #3
    Quote Originally Posted by Daniil View Post
    I will report it to Sencha.
    Here is the report.
    http://www.sencha.com/forum/showthread.php?203057

    I will monitor that thread and update the current one.
  4. #4
    Sencha has opened a bug ticket.
  5. #5
    The bug has been fixed in ExtJS 4.1.1 and included into the Ext.NET 2.1 branch.

    Thanks again for the report!

Similar Threads

  1. [CLOSED] how to close window after click button in this window
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Jun 22, 2012, 2:48 PM
  2. [CLOSED] How to remove 'X' (window close) for popup window?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 31, 2011, 3:50 AM
  3. [CLOSED] Problem to close Window which has another Window inside
    By asztern in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Dec 21, 2010, 5:33 PM
  4. Escape button doesn't close modal window
    By dbassett74 in forum Bugs
    Replies: 0
    Last Post: May 05, 2009, 8:26 PM
  5. Replies: 1
    Last Post: Apr 01, 2009, 12:24 PM

Posting Permissions