xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

[Bug] Find element by automation id did not work Xamarin.Forms package update to 5.0.0.2578 #15746

Open ranjith-babu opened 1 year ago

ranjith-babu commented 1 year ago

content-desc is missing for few elements in the source after Xamarin.Forms package update to 5.0.0.2578.

jfversluis commented 1 year ago

Could you try what is described here under 1 and see if that helps?

https://github.com/xamarin/Xamarin.Forms/releases/tag/release-5.0.0-sr11

askariya commented 1 year ago

Hi @jfversluis, I've been experimenting with Xamarin Forms releases since 2401 and I can confirm that this issue has existed since Xamarin Forms version 2478. 2401 was the last version where content-desc was populated. I also tried using the Forms.SetFlags("Disable_Accessibility_Experimental"); in each of these versions and content-desc is still not displayed.