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 8601195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:47:13+00:00 2026-06-12T01:47:13+00:00

How can I go about detecting if the file input dialog is currently open?

  • 0

How can I go about detecting if the file input dialog is currently open?

I’m trying to integrate some file upload functionality into a popup (bootstrap style) model on a web app I’m building. As part of the model’s behaviour, if escape is pressed, the model is closed.

This is all good till I open a file input dialog from the open model, if I hit escape to close the input dialog, it’ll also close the model.

A super simplified version of what I’m trying to achieve
http://jsfiddle.net/ckevy/1/

  • 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-06-12T01:47:14+00:00Added an answer on June 12, 2026 at 1:47 am

    Try solving it like this:

    When a user clicks on the file selection input, give it focus: $(el).focus().

    Then, anytime a user hits ESC, look if the $(‘:focus’) element is the file selection input. In that case, blur() that input and do not close the modal. Worst case – the user wants to close the modal, presses ESC and nothing happens [1]. Thinks “wtf”, presses ESC again and modal closes as it should. Just make sure that the file selection input does get focus in all possible cases – tabbing through inputs, etc. If you use a third party uploader and what I’ve said doesn’t work – look into how that uploader wraps the file selection in a custom link or button, and what actually receives the click event in different cases (e.g. when you tab, the input might receive the event, when you click, it could be the link). Overall, it’s manageable to have this working with the caveat I’ve described.

    This works with expanded -s too similarly (just check that a select is not focused when ESC is hit).

    You won’t be able to detect all the cases when you need to blur() the file selection input. It’s not a cross-browser solution. Even FF needs adjustments to work. I’ve been testing on webkit with positive results, in other browsers it might not work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently trying to write a program to store data about people into
I'm detecting the insertion of memory cards (removable media). Can I get information about
i'm trying to learn all i can about the paper object in raphael. i've
I am wondering how I can go about stopping a dialog from opening if
How can I go about detecting a space OR another specific character/symbol in one
How would I go about detecting if a file changed, using Dropbox's python API?
As a relative newbie I try to read as much as I can about
Can someone please explain with example that I can understand about the difference between
can anyone point to a site or describe how I can go about designing
Does anyone know how I can go about hiding the tab selectors for the

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.