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

Multiple FilePicker Dialogs #1251

Closed
ArishSultan opened this issue Sep 19, 2020 · 1 comment
Closed

Multiple FilePicker Dialogs #1251

ArishSultan opened this issue Sep 19, 2020 · 1 comment

Comments

@ArishSultan
Copy link

So, i was just trying out tauri with Vue.js, i invoked the open method provided by the tauri package to open a file picker dialog. I added this functionality on a button click event.

-- First thing is that it do not behaves as a Modal Dialog, i was still able to interact with the application whereas the dialog was opened in the background.

-- If you again invoke the method than it will open a new dialog instead of giving a warning or something.

-- Now if you select the files from the newly opened dialog (not the one that's minimized). it will not get selected. instead you will have to select file from the dialog that was opened first.

Platform and Versions (please complete the following information):

OS: Ubuntu 20.04
Node: 14+
NPM: 6+
Rustc: 1.44.1

@nothingismagick nothingismagick transferred this issue from tauri-apps/tauri Feb 12, 2021
@lucasfernog lucasfernog transferred this issue from tauri-apps/tauri-dialog-rs Feb 17, 2021
@lucasfernog
Copy link
Member

Thanks for reporting it!

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

2 participants