Skip to content

Accessibility and UIA Support #15325

@sharath2727

Description

@sharath2727

When we hover on the Xaml Button hosted in the childsitelink the UIA asks which element is under the screen point and calls intoCompositionRootAutomationProvider::ElementProviderFromPoint -----> which calls into RootComponentView::UiaProviderFromPoint ----> RootComponentView::Hittest and then it tries to find the tag for the ContentIslandComponentView.

As ViewComponentView is the base class for ContentIslandComponentView it should correctly return the tag.

Once the above is implemented ensure Accessibility props are read in Accessibility Insights.

Guidance:
Any 3P Xaml Control when registering with the app should not inherit from ViewComponentView and should inherit from ComponentView.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions