Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Unexpected image reported when using Windows Narrator with UWP build of app(s) #12607

Open
@johnshardman

Description

On UWP, when using Windows Narrator, Narrator reports the presence of an unexpected image.

This can be reproduced using the sample found at https://docs.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/userinterface-accessibility/

Build for UWP and run. With Narrator running, cycle through the controls on any of the pages in the app. After "AppBar" (for which I will be raising a separate issue), the next control is always read as "Image". There is no image visible. It is unclear, even to developers, what the image might be. An image that is not visible should not be reported by Narrator. It would seem that the AutomationProperties.IsInAccessibleTree property needs to be set to false.

Basic Information

  • Version with issue: XF 4.8
  • Platform Target Frameworks:
    • UWP: 16299

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions