Git Product home page Git Product logo

Comments (7)

alnorris avatar alnorris commented on August 11, 2024 2

If anyone has a good solution to the problem, rather than the hacky setTimeout please let me know, or better yet make a PR. Thanks

from file-dialog.

alnorris avatar alnorris commented on August 11, 2024 1

We could attach a focus event on the window, so when you cancel, the window comes back into focus, and use boolean variable to check if the focus event that was fired was caused by canceling the file dialog, and not just the user clicking back on the window.

from file-dialog.

alnorris avatar alnorris commented on August 11, 2024

@petha Although there's no specific JS events for recognising this, I think I could find a way. Which would you prefer a promise fail or empty list?

from file-dialog.

petha avatar petha commented on August 11, 2024

I'm lending towards empty list since it isn't a failure but either will do.

I did some quick experimenting with blur event but couldn't find a way myself. I wonder why the
spec does not include a cancel event..

from file-dialog.

petha avatar petha commented on August 11, 2024

@alnorris Great idea! Did a quick hack and that would probably work, is it possible rely on the order for change and focus event?

from file-dialog.

alnorris avatar alnorris commented on August 11, 2024

@petha You have a good point, the only solution I found was you use setTimeOut for a second, and then see if the input field had contents in it, it works, but not very elegant, if you have any ideas let me know.

from file-dialog.

QuentinRoy avatar QuentinRoy commented on August 11, 2024

Great proposal! I think this is a requirement. I feel like reject makes more sense than resolve though. In my mind, it sound like an attempt to get a file from the user. If the user cancels, the attempt has failed.

from file-dialog.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.