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

Fix for JSON loading warning dialog immediately closing after being shown #810

Merged
merged 2 commits into from
Jul 16, 2020

Conversation

rerpha
Copy link
Contributor

@rerpha rerpha commented Jul 15, 2020

Issue

Closes #809

Description of work

Sets the parent for the modal dialog that shows the JSON loading errors when a file is invalid. Previously (on windows at least) this would be shown and then immediately closed.

Acceptance Criteria

Load an invalid JSON file and check the warning message is shown and persists until a user exits the dialog.

UI tests

None added

Nominate for Group Code Review

  • Nominate for code review

@rerpha rerpha added the bug Something isn't working label Jul 15, 2020
@rerpha rerpha self-assigned this Jul 15, 2020
@matthew-d-jones matthew-d-jones merged commit 8eb5e6c into model_change Jul 16, 2020
@matthew-d-jones matthew-d-jones deleted the 809_json_loading_warning_invisible branch July 16, 2020 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON loading: warning message dialog is immediately closed on windows
2 participants