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.21k stars 1.74k forks source link

On Android, if there's more then one entry in ViewCell, the second entry calls the Unfocused event on every keystroke #22474

Open JimAIT opened 5 months ago

JimAIT commented 5 months ago

Description

I created a simple project to reproduce the issue.

You'll notice that the second field, calls Unfocused on every keystroke.

I replicated this on a Honeywell device (Android 12) and 2 Android emulators Android 12 and Android 13.

Steps to Reproduce

Start typing in second field.

Link to public reproduction project repository

https://github.com/JimAIT/MAUIListViewMultiEntryTest

Version with bug

8.0.40 SR5

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 5 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!

Closed similar issues:

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

RoiChen001 commented 5 months ago

Can repro this issue at Android platform on the latest 17.10 Preview 7(8.0.21&8.0.40).

JimAIT commented 2 months ago

Is there any way to tell if this issue has been fixed and in what version?

Thanks