Closed codingdna2 closed 6 years ago
Related to this issue there's one more (let me know if I should create an additional issue).
The secondary Window is kept on the Live Tree and it's not disposed. I've added to the above method a call to Window.Current.Close();
in order to fix it but I don't know if it's the right solution. Please advise.
@codingdna2 Solution you suggest seems to be working correctly, you can raise a PR with the fix.
Repro steps
If I break on source code while a secondary window is open, it navigates the main window to a blank page. I've traced the issue to this piece of code:
As a workaround I've commented the
frame.Navigate
line.Actual Behavior
Following is a video on how to reproduce the issue:
System
Visual Studio 2017 Windows 10 Build 1803