Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] ListView context item "More" crashes iOS app running on macOS 14+ #26769

Open
VitalyKnyazev opened this issue Dec 20, 2024 · 0 comments · May be fixed by #26771
Open

[Bug] ListView context item "More" crashes iOS app running on macOS 14+ #26769

VitalyKnyazev opened this issue Dec 20, 2024 · 0 comments · May be fixed by #26771
Labels
area-controls-listview ListView and TableView t/bug Something isn't working
Milestone

Comments

@VitalyKnyazev
Copy link
Contributor

Description

iOS app crashes on MacOS 14+ because PopoverPresentationController there is always null. Corresponding Xamarin Forms issue xamarin/Xamarin.Forms#15874.

Steps to Reproduce

  1. Create an iOS app with ListView and context menu that has "More" item.
  2. Launch the app on Mac OS 14+.
  3. Click "More" item.

Expected outcome:
No crash and the popup has "Cancel" button as clicking outside popup does not dismiss it.

Actual outcome:
The app crashes with SIGTRAP (NRE).

Link to public reproduction project repository

N/A yet

Version with bug

9.0.21 SR2.1

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS app running on Mac OS 14+

Did you find any workaround?

N/A, except patching and recompiling MAUI package locally

Relevant log output

@VitalyKnyazev VitalyKnyazev added the t/bug Something isn't working label Dec 20, 2024
@PureWeen PureWeen added the area-controls-listview ListView and TableView label Dec 20, 2024
@PureWeen PureWeen added this to the .NET 9 SR4 milestone Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-listview ListView and TableView t/bug Something isn't working
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants