dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.01k stars 1.73k forks source link

[Android] Text Clipping Issue in Entry with Long Strings #23774

Open HariharanChokkalingam opened 2 months ago

HariharanChokkalingam commented 2 months ago

Description

When the text string has many characters, the text gets clipped when IsReadOnly is set to true, and we cannot view the first part of the text. Is there any possibility to view the text from the beginning?

https://github.com/user-attachments/assets/1e4d7a54-bf1d-4630-a81a-0375d8d5c489

Steps to Reproduce

Obtain the sample from the below repository Replicate the issue as did like in the above video.

Link to public reproduction project repository

https://github.com/HariharanChokkalingam/EntryIssue

Version with bug

8.0.70 SR7

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No

Relevant log output

No Response.
github-actions[bot] commented 2 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

mattleibow commented 2 months ago

Potentially a duplicate of https://github.com/dotnet/maui/issues/23054