-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Mac Catalyst loses Shell Content items under Tabs only when maximized #15057
Copy link
Copy link
Closed
Copy link
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
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