[iOS] Editor when entering a text which exceeds the maximum height resets the position #25938
Labels
area-controls-editor
Editor
fixed-in-9.0.21
partner/syncfusion
Issues / PR's with Syncfusion collaboration
platform/iOS 🍎
potential-regression
This issue described a possible regression on a currently supported version., verification pending
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
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
2. Add Editor with MaximumHeight and AutoSize as TextChanges
<VerticalStackLayout> <Editor BackgroundColor="Yellow" AutoSize="TextChanges" MaximumHeightRequest="200" /> <Label Text="Editor iOS Bug Demonstration: - Editor does maintains the position , each the frame get resetted to default)"/> </VerticalStackLayout>
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
The text was updated successfully, but these errors were encountered: