Open SmartmanApps opened 8 months ago
P.S. this happens regardless of what type of view is used in the TitleView. e.g. I was initially using a HorizontalStackLayout, but I tried it also with a Label and the same thing happened.
This issue can be reproduced on Windows platform on the latest 17.12.0 Preview 1.0(8.0.80 & 8.0.6), but this used to work in 8.0.3.
Description
In MAUI 8.0.3, the TitleBar was broken for NavigationPages, but otherwise switching between existing (i.e. not "new" each time) was working. In 8.0.6 the former was fixed but the latter is now broken on Windows. Bug also present in 8.0.7. It still works if...
Note: the repro repo is the same one as I used for 15767, which is still not fixed (I added the new code in a new branch).
Steps to Reproduce
Link to public reproduction project repository
https://github.com/SmartmanApps/FlyoutRepro
Version with bug
8.0.6 SR1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.3 GA
Affected platforms
Windows
Affected platform versions
1000.19041.1000.0
Did you find any workaround?
See description - changing any one of the 4 factors (existing page, Windows, SetTitleView, 8.0.6) works, just not those 4 things together.
Relevant log output