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

Wpf: Fix issue closing windows during the LostFocus event #2131

Merged
merged 1 commit into from Jan 31, 2022

Conversation

cwensley
Copy link
Member

This would cause parent windows to be moved behind other applications when the child form is closed.

This would cause parent windows to be moved behind other applications when the child form is closed.
@cwensley cwensley added the bug label Jan 31, 2022
@cwensley cwensley added this to the 2.6.2 milestone Jan 31, 2022
@cwensley cwensley merged commit 5fe2ade into picoe:develop Jan 31, 2022
@cwensley cwensley deleted the curtis/wpf-window-closing branch January 31, 2022 17:27
cwensley added a commit to cwensley/Eto that referenced this pull request Feb 2, 2022
- Fix closing a form with the 'x' vs. just programmatically.
- Fix window focus issues with Dialog if the owner does not have focus it'll mess up its z-order when closed.
Implement `HwndFormHandler.Focus()` and `HasFocus`
Relates to picoe#2131
cwensley added a commit to cwensley/Eto that referenced this pull request Feb 2, 2022
- Fix closing a form with the 'x' vs. just programmatically.
- Fix window focus issues with Dialog if the owner does not have focus it'll mess up its z-order when closed.
Implement `HwndFormHandler.Focus()` and `HasFocus`
Relates to picoe#2131
cwensley added a commit to cwensley/Eto that referenced this pull request Feb 2, 2022
- Fix closing a form with the 'x' vs. just programmatically.
- Fix window focus issues with Dialog if the owner does not have focus it'll mess up its z-order when closed.
Implement `HwndFormHandler.Focus()` and `HasFocus`
Relates to picoe#2131
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.

None yet

1 participant