-
Notifications
You must be signed in to change notification settings - Fork 442
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
In the hopes of 12.1.0 fixes all the issues with Popup v2, a new major breaking change is part of it... OnAppearing and OnDisappearing are now called on the page when opening a popup... Why is stuff like this not documented? Just wasted multiple hours only to find it is from this update...
For whatever reason the popup now triggers these methods, it means that I have to rewrite a huge part of my app because I usually register/unregister events there... But popups that change data of the page behind it are now impossible to use for it...
Expected Behavior
Not calling OnDisappearing/OnDisappearing of the actual page that is "hosting" the popup...
Steps To Reproduce
Use buggy Popup v2
Link to public reproduction project repository
n/a
Environment
- .NET MAUI CommunityToolkit: 12.1.0
- OS: iOS/Android
- .NET MAUI: 9.0.81
Anything else?
No response