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

Popup does not re-position when MainWindow is moving. #4225

Closed
zenjia opened this issue Jul 5, 2020 · 0 comments · Fixed by #7071
Closed

Popup does not re-position when MainWindow is moving. #4225

zenjia opened this issue Jul 5, 2020 · 0 comments · Fixed by #7071

Comments

@zenjia
Copy link

zenjia commented Jul 5, 2020

When the Popup is opened, it will not reposition according to the reposition of the MainWindow. To reposition it correctly, I've to subscribe to the PositionChanged event of MainWindow, which is not so elegant. Is this behavior by design? Or is there a better way to reposition the Popup?

[EDIT]
I've test WPF and UWP: WPF has the same problem/behavior, while UWP doesn't. To test, just open a popup and let StaysOpen = true(or IsLightDismissEnabled = false), then drag the MainWindow.

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

Successfully merging a pull request may close this issue.

1 participant