Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor Control Resizing and Scrolling Issues in .NET MAUI (iOS) #27664

Open
Kamalesh-Periyasamy opened this issue Feb 10, 2025 · 4 comments
Open
Labels
area-controls-editor Editor partner/syncfusion Issues / PR's with Syncfusion collaboration platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@Kamalesh-Periyasamy
Copy link

Description

The .NET MAUI Editor control exhibits two major issues on iOS:

1.When using the .NET MAUI Editor control, the component does not automatically resize when the keyboard appears or disappears. This results in content being obstructed by the keyboard, affecting usability
2.When entering text in the .NET MAUI Editor, the inputted text unexpectedly scrolls out of view, making it difficult for users to see what they are typing.

EditorDemo.mp4

Steps to Reproduce

1.Create a .NET MAUI application and add an Editor control.
2.Focus on the Editor to open the keyboard and observe that it does not resize properly when the keyboard appears or disappears.
3.Enter multiple lines of text and notice that the text scrolls out of view unexpectedly.

EditorSample.zip

Link to public reproduction project repository

No response

Version with bug

9.0.30 SR3

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

@Kamalesh-Periyasamy Kamalesh-Periyasamy added the t/bug Something isn't working label Feb 10, 2025
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@PureWeen
Copy link
Member

@Kamalesh-Periyasamy if you convert this code to a grid do you see the same behavior?

FillAndExpand is obsolete so some of the behaviors might be slightly quirky.

@PureWeen PureWeen added the s/needs-info Issue needs more info from the author label Feb 10, 2025
@Kamalesh-Periyasamy
Copy link
Author

Hi @PureWeen , As per you suggestion I have removed the obsolete FillAndExpand and modified to Grid with three to four Editors, and but still Im facing the scrolling issue, I have added the code snippets and output demo below. Note: the issue occurs at initial interaction of Editors in my side

LatestOutput.mp4

EditorIssue.zip

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author labels Feb 12, 2025
@Zhanglirong-Winnie Zhanglirong-Winnie added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Feb 13, 2025
@Zhanglirong-Winnie
Copy link

This issue has been verified Visual Studio Code 1.97.0 (9.0.30 & 9.0.14). Can repro this issue on iOS platform.

@jsuarezruiz jsuarezruiz removed the s/needs-attention Issue has more information and needs another look label Feb 13, 2025
@sheiksyedm sheiksyedm added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-editor Editor partner/syncfusion Issues / PR's with Syncfusion collaboration platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

5 participants