-
Notifications
You must be signed in to change notification settings - Fork 808
Closed as not planned
Labels
Description
Describe the bug
Just by adding the TabView control to a page, it breaks Navigation and causes memory leaks.
Steps to reproduce the bug
Steps to reproduce the behavior:
- Build App attached above.
- Run App.
- Select Page navigation buttons and observe Page deconstructors being called.
- Close App.
- Uncomment TabView control on Page 1 Xaml.
- Run App.
- Select Page navigation buttons and observe Page 1 deconstructor not being called causing memory leaks.
Expected behavior
Page 1 deconstructor should be called so its memory resources can be reclaimed.
Screenshots
n/a
Version Info
NuGet package version:
[Microsoft.UI.Xaml.2.6.0-prerelease.210315002]
| Windows 10 version | Saw the problem? |
|---|---|
| October 2020 Update (19042) | Yes |
| Device form factor | Saw the problem? |
|---|---|
| Desktop | Yes |
Additional context
This issue affects every release of the TabView control, including those in the Community Toolkit, so the problem predates integration into WinUI.
Reactions are currently unavailable