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

Check window parent when showing child window. #6190

Closed
grokys opened this issue Jul 5, 2021 · 0 comments · Fixed by #6198
Closed

Check window parent when showing child window. #6190

grokys opened this issue Jul 5, 2021 · 0 comments · Fixed by #6198
Labels

Comments

@grokys
Copy link
Member

grokys commented Jul 5, 2021

Describe the bug

If void Show(Window parent) is called with a parent which has been closed or is invisible, we end up throwing a native exception which can be harder to debug (particularly on OSX). We should validate that the parent window isn't closed or hidden and throw a managed exception if it is.

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

Successfully merging a pull request may close this issue.

1 participant