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

[Bug]: showOpenDialog does not attach to parentWindow on GTK / GNOME #32160

Closed
3 tasks done
anuejn opened this issue Dec 12, 2021 · 1 comment
Closed
3 tasks done

[Bug]: showOpenDialog does not attach to parentWindow on GTK / GNOME #32160

anuejn opened this issue Dec 12, 2021 · 1 comment
Labels

Comments

@anuejn
Copy link

anuejn commented Dec 12, 2021

Preflight Checklist

Electron Version

14.0.0

What operating system are you using?

Other Linux

Operating System Version

NixOs 21.11

What arch are you using?

x64

Last Known Working Electron version

13.5.0

Expected Behavior

When I open a dialog with showOpenDialog and pass a parentWindow as the first argument, the dialog should be attached to the parent window blocking any interaction with the underlaying window.

Actual Behavior

since version 14, a seperate, freestanding window is created. It is not attached to the parent window.
this also applies to showSaveDialog

Testcase Gist URL

No response

Additional Information

this might be related to #19159

@anuejn
Copy link
Author

anuejn commented Feb 16, 2022

Closing this in favour of #32857.
#32857 describes the exact same issue

@anuejn anuejn closed this as completed Feb 16, 2022
@dsanders11 dsanders11 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants