Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7050771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:11:05+00:00 2026-05-28T03:11:05+00:00

When the escape key is pressed, I would like to close a child window,

  • 0

When the escape key is pressed, I would like to close a child window, but first check for open overlays. If an overlay is open and the escape key is pressed, I only want the overlay to close. If the user presses escape again, I want it to close the child window.

So, I first need to check whether an overlay is open. All my overlays have a class of .simpleOverlay and a close button with the class .closeOverlayBtn, so I thought of having a function that checks if that class has focus, before closing the window, like so:

if (e.keyCode == 27) { // "Esc" Key
   if ( $('.simpleOverlay').is(':focus') ) {
       $('.closeOverlayBtn').trigger('click');
   }
   else {
       window.close();
   }    
   return(false);
}

But this is not happening!! If I replace the .trigger line with an alert(), I get alerted when the overlay is closed and open, not good!

Is this the right way to go about this or am I completely missing something?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:11:06+00:00Added an answer on May 28, 2026 at 3:11 am

    Try this:

    if (e.keyCode == 27) { // "Esc" Key
    
       if ( $('.simpleOverlay').is(':visible') ) {
           $('.closeOverlayBtn').click();
       }
       else {
           window.close();
       }    
       return(false);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When the escape key is released, I close the deepest child in a tree-like
I want the Escape key to close my WPF window. However if there is
After the window containing GLUT graphics appears, I would like to enter input in
cgi.escape seems like one possible choice. Does it work well? Is there something that
How do I escape the underscore character? I am writing something like the following
Possible Duplicate: Escape string for use in Javascript regex I have a msg like
How to detect escape key press in IE, Firefox and Chrome? Below code works
In the Textmate code-editor I use the Escape-key, for word completion, alot. Is there
could someone please tell me the identifier for the @ key? for example keys.Escape
I have QTextEdit and i want to detect Alt+Enter key is pressed (both keys

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.