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

[iOS, macOS] Text in the Editor control disappeared when reducing the Scale of the Editor control #24583

Closed
VishalOmprasad opened this issue Sep 3, 2024 · 2 comments · Fixed by #24859
Labels
area-controls-editor Editor platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@VishalOmprasad
Copy link

Description

When reducing the Scale of the Editor control, the text on the Editor control disappeared and reappeared after the Editor.Scale increases. This works fine on Android and Windows platforms.

Issue reproducible video

  • iOS
MAUI-IE-TextEditor-issue-iOS.mp4
  • macOS
MAUI-IE-TextEditor-issue-macOS.mp4

Steps to Reproduce

  1. Create a new .NET MAUI application.
  2. Add the Editor control and the Slider control (whose Minimum=0 and Maximum-1) inside the StackLayout.
  3. Bind the Editor.Scale to the Slider.Value.
  4. Run the application on either iOS or macOS platform.
  5. Drag the Slider to reduce the Editor.Scale value.
  6. Notice that the text will disappear.

Link to public reproduction project repository

https://github.com/VishalOmprasad/Editor-Scale-Issue-iOS-macCatalyst

Version with bug

Unknown/Other

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

@VishalOmprasad VishalOmprasad added the t/bug Something isn't working label Sep 3, 2024
Copy link
Contributor

github-actions bot commented Sep 3, 2024

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:

Closed similar issues:

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

@Zhanglirong-Winnie Zhanglirong-Winnie added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Sep 4, 2024
@Zhanglirong-Winnie
Copy link

This issue has been verified using Visual Studio 17.6.14(build413)(8.0.82 & 8.0.80). Can repro on iOS and macOS platforms.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-editor Editor platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants