iOS hangs when choosing to Select All text on an Editor when AutoSize = TextChanges #25940
Labels
area-controls-editor
Editor
p/2
Work that is important, but is currently not scheduled for release
platform/iOS 🍎
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
When adding an Editor to the AutoSize property set to TextChanges... adding a bunch of text and then tapping the editor to make use of the "Select All" option from UITextView freezes the app:
Steps to Reproduce
Craete the default new Maui app, and add an editor:
<Editor HorizontalOptions="Fill" BackgroundColor="Yellow" AutoSize="TextChanges"/>
When you type in a bunch of text, and the choose the "Select All" from the UITextView options, the app will freeze.
Full main page:
Link to public reproduction project repository
No response
Version with bug
9.0.10 SR1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 18.1
Did you find any workaround?
Yes - see custom handler implementation in this issue
Relevant log output
The text was updated successfully, but these errors were encountered: