-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] NRE after calling ViewCell.ForceUpdateSize #23092
Copy link
Copy link
Closed
Labels
area-controls-listviewListView and TableViewListView and TableViewfixed-in-8.0.61fixed-in-9.0.0-preview.6.24327.7i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionmigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/iost/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-listviewListView and TableViewListView and TableViewfixed-in-8.0.61fixed-in-9.0.0-preview.6.24327.7i/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionmigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertp/0Current heighest priority issues that we are targeting for a release.Current heighest priority issues that we are targeting for a release.platform/iost/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
A ListView with HasUnevenRows set to true causes NRE when view cell calls ForceUpdateSize to resize itself on iOS.
It seems to be caused by #22067 fix.
Steps to Reproduce
Launch sample project in iPhone simulator and click "Toggle description visibility" button.
Link to public reproduction project repository
https://github.com/VitalyKnyazev/MauiViewCellCrash
Version with bug
8.0.60 SR6
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI, Yes, this used to work in Xamarin.Forms
Last version that worked well
8.0.40 SR5
Affected platforms
iOS
Affected platform versions
iOS 17
Did you find any workaround?
No
Relevant log output