.NET MAUI CollectionView item's DataTemplate's root container's SemanticProperties.Hint doesn't get set on the item #13178
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/a11y
Relates to accessibility
t/bug
Something isn't working
Milestone
Description
If a SemanticProperties.Description is set on the root container in a CollectionView item's DataTemplate, then that string gets set as the UIA Name property for the UIA element representing that container, and also the UIA Name on the CollectionView item itself. If a SemanticProperties.Hint is set on the same container, then that string is set as the UIA HelpText property on the UIA element representing the container, but not on the CollectionView item.
Steps to Reproduce
Result: The item has no HelpText property.
Expected. The child group element's HelpText property should get propagated up to be the HelpText of the item.
Link to public reproduction project repository
https://github.com/gbarkerz/MauiAppTest2
Version with bug
7.0 (current)
Last version that worked well
6.0.312
Affected platforms
Windows
Affected platform versions
net7.0-windows10.0.19041.0
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: