Open InquisitorJax opened 2 days ago
This issue has been verified using Visual Studio 17.13 Preview 1(9.0.10 & 9.0.0 & 8.0.100). Can repro this issue on iOS platform.
Maybe this can be fixed with the workaround mentioned in https://github.com/dotnet/maui/issues/17757 as this worked for me for a very similiar freezing issue (mark bigger chunks of text fast).
I can confirm that the work-around fixes the issue - thanks @formerlymisterhenson :)
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