Skip to content

Picker loses the ability to pick/present items on small windows #15954

@mattleibow

Description

@mattleibow

Description

When I resize my Mac Catalyst window smaller, sometimes the picker stops working properly.

Normal Resize during pick Pick after resize

Steps to Reproduce

  1. File New Maui App
  2. Paste this xaml
<Picker Title="Filter by results"
        WidthRequest="130" Grid.Column="1">
    <Picker.ItemsSource>
        <x:Array Type="{x:Type x:String}">
            <x:String>All</x:String>
            <x:String>Passed</x:String>
            <x:String>Failed</x:String>
            <x:String>Skipped</x:String>
            <x:String>NotRun</x:String>
        </x:Array>
    </Picker.ItemsSource>
</Picker>

Link to public reproduction project repository

N/A

Version with bug

7.0.86

Last version that worked well

Unknown/Other

Affected platforms

macOS

Affected platform versions

All

Did you find any workaround?

No response

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-pickerPickerplatform/macosmacOS / Mac Catalysts/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions