Open SuthiYuvaraj opened 2 days ago
I can repro this issue at iOS platform on the latest 17.13 P1(9.0.10 & 9.0.0).
For reference, this is the behavior
https://github.com/user-attachments/assets/3be90e30-38ea-4457-a623-d51fd9499d53
Also verified that this happened in .NET 8 as well!
Description
Create a Editor with MaximumHeight and AutoSize as TextChanges , when the text exceeds the maximum height ,each time when you enter the text , the frame gets resetted to the default position
Steps to Reproduce
1.Create a MAUI project
` 3.Expected Behavior : Scroller should maintain the same position 4.Actual Behavior : Odd flicker due to reset , we need to scroll to see the text enteredTestMaui.zip
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
No response
Did you find any workaround?
No response
Relevant log output