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

[Entry] [Android] Cursor makes undesired jumps with Masked Behavior #22497

Open
Hackmodford opened this issue May 17, 2024 · 3 comments
Open
Labels
area-controls-entry Entry platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@Hackmodford
Copy link

Description

Using the .NET MAUI Entry control works fine in both android and iOS, but applying behaviours such as MaskedBehvior from .NET MAUI Community Toolkit (or others) ends up un randomic cursor movements on Android, iOS doesn't present this strange behaviour.

Steps to Reproduce

  1. Create a MAUI App.
  2. Download package CommunityToolkit.Maui and follow instructions to make it work.
  3. On Main page put a entry with behaviour:
<Entry>
   <Entry.Behaviors>
      <mtc:MaskedBehavior Mask="XXXX XXXX XXXX XXXX" />
   </Entry.Behaviors>
</Entry>
  1. Start writing and see randomic cursor dance.

Link to public reproduction project repository

https://github.com/Asfiroth/MauiEntryBehaviourIssue

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 12+

Did you find any workaround?

No response

Relevant log output

No response

@Hackmodford Hackmodford added the t/bug Something isn't working label May 17, 2024
Copy link
Contributor

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.

@Hackmodford
Copy link
Author

I created this issue because the existing one was not fixed.

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

Verified this issue with Visual Studio 17.10 Preview 7.0(8.0.408.0.20&8.0.7). Can repro on Android platform with sample project.

@jsuarezruiz jsuarezruiz added this to the Backlog milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-entry Entry platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants