-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
electron: Open dialogs are not modal #10768
Labels
electron
issues related to the electron target
Comments
AlexandraBuzila
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 17, 2022
Pass the electron BrowserWindow to the dialog.showOpenDialog command, to make the dialog modal. Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
AlexandraBuzila
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 17, 2022
- by default, pass the electron BrowserWindow to the dialog.showOpenDialog and dialog.showSaveDialog commands, to make the dialog modal - add new `modal` property to the FileDialogProps Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
AlexandraBuzila
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 17, 2022
- by default, pass the electron BrowserWindow to the dialog.showOpenDialog and dialog.showSaveDialog commands, to make the dialog modal - add new `modal` property to the FileDialogProps Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
AlexandraBuzila
added a commit
to eclipsesource/theia
that referenced
this issue
Feb 17, 2022
- by default, pass the electron BrowserWindow to the dialog.showOpenDialog and dialog.showSaveDialog commands, to make the dialog modal - add new `modal` property to the FileDialogProps Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
vince-fugnitto
pushed a commit
that referenced
this issue
Feb 18, 2022
- by default, pass the electron BrowserWindow to the dialog.showOpenDialog and dialog.showSaveDialog commands, to make the dialog modal - add new `modal` property to the FileDialogProps Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
Closed thanks to #10769. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
The Open dialog in the electron application is not modal. Multiple ones can be opened at the same time. This affects the Open File, Open Folder, Open Workspace commands.
Steps to Reproduce:
The expectation would be that the dialog is modal and remains on top of the main window until it's dismissed.
The text was updated successfully, but these errors were encountered: