Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

[Bug] ListView is always missing first value when running Xamarin.UITests on iOS

Open ghost opened this issue 2 years ago • 5 comments

Description

When I'm running UI Tests on iOS, first value on the ListView is always missing, and when I tap on the empty cell there is a crash. It looks like the DeviceAgent app that is running concurrently with the app and controls the UI Tests is somehow interfering with the ListView because as soon as I uninstall it, the ListView is displayed correctly again. I think it might have something to do with CachingStrategy="RecycleElementAndDataTemplate".

It's happening on the newest Xamarin.Forms version (5.0.0.2401) but when I rolled back to 5.0.0.1874 the list was displayed correctly

emptycell

ghost avatar May 05 '22 17:05 ghost

Yeah something seems to have broken with the recycle strategy there. You seem like you are down in the Xamarin.Forms woods if you are checking our UITests? :) if you would be willing and able I'd appreciate your help on this one!

jfversluis avatar May 10 '22 13:05 jfversluis

What help do you need from me? It is me who is looking for help and for someone to fix this bug. I am not a Xamarin.Forms developer/contributor, just a tester. And because of this bug I can't run UI Tests properly in the app I'm testing.

ghost avatar May 10 '22 16:05 ghost

Any updates on this guys?

roxton001 avatar Jul 27 '22 12:07 roxton001

Any update on this issue? We are seeing this issue in Xamarin.Forms version (5.0.0.2612)

Sanoop-PM avatar Nov 07 '23 05:11 Sanoop-PM

Was there any update on this issue, we are also facing this issue and now we are blocked

anubPep122 avatar Mar 01 '24 17:03 anubPep122