-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area-controls-pickerPickerPickerplatform/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
Description
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
- File New Maui App
- 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
Almis90
Metadata
Metadata
Assignees
Labels
area-controls-pickerPickerPickerplatform/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


