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

Mac: Fix showing MessageBox or FileDialog on secondary dialogs #2312

Conversation

cwensley
Copy link
Member

When showing a MessageBox or OpenFileDialog/SaveFileDialog on macOS, Eto incorrectly started a modal session on the parent window which when stopped caused that window to be ordered below its parent.

Now things should work correctly as we start the modal session on the NSAlert/NSSavePanel directly.

@cwensley cwensley added the bug label Sep 16, 2022
@cwensley cwensley added this to the 2.7.2 milestone Sep 16, 2022
@cwensley cwensley merged commit 235bd7b into picoe:develop Sep 16, 2022
@cwensley cwensley deleted the curtis/mac-fix-filedialog-and-messagebox-modal branch September 16, 2022 23:17
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 this pull request may close these issues.

1 participant