-
Notifications
You must be signed in to change notification settings - Fork 1.9k
FlyoutItem in overlow menu not fully interactable #23803
Copy link
Copy link
Closed
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutplatform/windowss/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
Description
Description
When you have a bunch of ShellContent in a FlyoutItem and the overflowing items are in a overflow menu. Those items are not fully interactable.
Video.zonder.titel.Gemaakt.met.Clipchamp.mp4
Steps to Reproduce
- Create a basic MAUI app
- Change the Shell content with this
<ShellContent Title="Home" ContentTemplate="{DataTemplate local:MainPage}" />
<FlyoutItem Title="Header">
<ShellContent Title="Test1" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test2" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test3" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test4" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test5" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test6" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test7" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test8" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test9" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test10" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test11" ContentTemplate="{DataTemplate local:MainPage}" />
<ShellContent Title="Test12" ContentTemplate="{DataTemplate local:MainPage}" />
</FlyoutItem>
- Run the app as a Windows app.
- Head over to the Header section.
- Make the Window smaller.
- Open the overflow menu
- Try and select an overflow item (not hover over the text, just the padding/margin/whitespace)
Link to public reproduction project repository
No response
Version with bug
8.0.70 SR7
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutplatform/windowss/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