Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closing file browser without selecting a file doesn't remove file name #34

Open
leonklingele opened this issue Jul 23, 2014 · 0 comments

Comments

@leonklingele
Copy link

Steps to reproduce:

  1. Open file browser

  2. Select a file

  3. Confirm selection (usually with button "Open")

    • File browser closes and file name is shown on button
  4. Open file browser again

  5. Press "Cancel" to close file browser

  6. File name is still shown, however no file has been selected

    • Test with the following JS:
        document.querySelector('input[type="file"]').files;

Affected browsers:

  • Chrome

Seems to be an issue with Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant