Open johnandrewoehler opened 1 year ago
Verified this issue with VSMac 17.6.8.400. Not repro on Maccatalyst platforms. The provided example project is empty, use the following project to reproduce this issue: maui-samples/8.0/Fundamentals/Shell at main · dotnet/maui-samples (github.com).
Description
In my Mac Catalyst app, I am using Shell navigation. The FlyoutItems content contains both ShellContent items, and Tab items with ShellContent items in them. For the Tab items, everything works fine as long as the screen isn't maximized - OR - if it's maximized first before access the Tab menu items.
If I access the Tab shell item in a normal (non-maximized) window state, they appear as a list across the top of the screen. If I maximize the window after accessing them, then the sub-shell items dissappear.
Menu structure displayed in flyout menu:
After clicking on Patient Maintenance:
And then after maximizing the window:
The other options dissappear.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/johnandrewoehler/CatalystShellMenuTest
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
macOS Ventura 13.3.1
Did you find any workaround?
No response
Relevant log output
No response