-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[macOS]Picker items are not visible #33463
Copy link
Copy link
Closed
Labels
area-controls-pickerPickerPickeri/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/macosmacOS / Mac CatalystmacOS / Mac Catalystregressed-in-10-preview2s/triagedIssue has been reviewedIssue has been revieweds/try-latest-versionPlease try to reproduce the potential issue on the latest public versionPlease try to reproduce the potential issue on the latest public versions/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
area-controls-pickerPickerPickeri/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/macosmacOS / Mac CatalystmacOS / Mac Catalystregressed-in-10-preview2s/triagedIssue has been reviewedIssue has been revieweds/try-latest-versionPlease try to reproduce the potential issue on the latest public versionPlease try to reproduce the potential issue on the latest public versions/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.
Projects
Status
Done
Description
At first glance, the issue seems similar to #21691, #27474 and #18015: on mac the items of
Pickerare not visible. But unlike in those cases, omittingTitledoes not fix the issue. Also, it seems as if the items were there after all: you can select items if you know where to click - it's just they are not visible.But this (broken) functionality lasts only until I try to use the keyboard instead: after pressing TAB on the UI at least once, the
Pickercompletely stops functioning: once it opens up, gets closed immediately.See the recording demonstrating both issues:
Steps to Reproduce
Link to public reproduction project repository
https://github.com/koszeggy/KGySoft.Drawing/tree/master/Examples/SkiaSharp.Maui
Version with bug
10.0.20
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
.NET 8 (Please specify exact version)
Affected platforms
macOS
Affected platform versions
macOS 26, .NET 10, Microsoft.Maui.Controls 10.0.20
Did you find any workaround?
No
Relevant log output