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 WinUI Modal to work with lack of root panel #7452

Merged
merged 4 commits into from
May 25, 2022
Merged

Fix WinUI Modal to work with lack of root panel #7452

merged 4 commits into from
May 25, 2022

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented May 24, 2022

Description of Change

  • Fix Modal on WinUI so that it can deal with the fact that everything isn't nested inside a panel. The behavior of setting your ContentPage to transparent in order to show the view underneath is still broken. This PR is primarily about fixing the fact that modal is completely broken and then we will restore the behavior of having a transparent overlay in a separate PR.
  • Add the RootPanel type back in order to maintain ABI compatibility
  • Fix IWindow.Title so that it will propagate to the currently active custom title

Issues Fixed

Fixes #7307

@PureWeen PureWeen requested a review from hartez May 24, 2022 18:27
@PureWeen PureWeen added this to the 6.0.3xx-sr1 milestone May 24, 2022
@Redth Redth merged commit 8ce7673 into main May 25, 2022
@Redth Redth deleted the fix_winui_modal branch May 25, 2022 17:26
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modal is currently broken on WinUI
4 participants