Skip to content

FlyoutItem in overlow menu not fully interactable #23803

@ghost

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

  1. Create a basic MAUI app
  2. 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>
  1. Run the app as a Windows app.
  2. Head over to the Header section.
  3. Make the Window smaller.
  4. Open the overflow menu
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-shellShell Navigation, Routes, Tabs, Flyoutplatform/windowss/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions