Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carousel control doesn't expose Selection in UI Automation tree #3506

Closed
4 of 20 tasks
jamesmcroft opened this issue Sep 27, 2020 · 1 comment · Fixed by #3507
Closed
4 of 20 tasks

Carousel control doesn't expose Selection in UI Automation tree #3506

jamesmcroft opened this issue Sep 27, 2020 · 1 comment · Fixed by #3507
Assignees
Labels
accessibility ♿ bug 🐛 An unexpected issue that highlights incorrect behavior Completed 🔥
Milestone

Comments

@jamesmcroft
Copy link
Member

jamesmcroft commented Sep 27, 2020

Describe the bug

A clear and concise description of what the bug is.

When querying the Carousel control using a tool for analyzing the UI Automation tree, the control doesn't expose the currently selected item. This is due to the nature of the inherited ItemsControl which doesn't expose properties for the selected item (these have been implemented as part of the custom control).

As the control doesn't expose the underlying child CarouselItem in the UI Automation tree also, it's not possible to find the selected item.

  • Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:

NuGet Package(s):

  • Uwp.UI.Controls

Package Version(s):

  • 6.1.1

Windows 10 Build Number:

  • Fall Creators Update (16299)
  • April 2018 Update (17134)
  • October 2018 Update (17763)
  • May 2019 Update (18362)
  • May 2020 Update (19041)
  • Insider Build (build number: )

App min and target version:

  • Fall Creators Update (16299)
  • April 2018 Update (17134)
  • October 2018 Update (17763)
  • May 2019 Update (18362)
  • May 2020 Update (19041)
  • Insider Build (xxxxx)

Device form factor:

  • Desktop
  • Xbox
  • Surface Hub
  • IoT

Visual Studio

  • 2017 (version: )
  • 2019 (version: 16.7.4)
  • 2019 Preview (version: )
@jamesmcroft jamesmcroft added the bug 🐛 An unexpected issue that highlights incorrect behavior label Sep 27, 2020
@ghost ghost added the needs triage 🔍 label Sep 27, 2020
@ghost
Copy link

ghost commented Sep 27, 2020

Hello jamesmcroft, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

@ghost ghost added the In-PR 🚀 label Sep 27, 2020
@Kyaa-dost Kyaa-dost added this to the 7.0 milestone Sep 29, 2020
@jamesmcroft jamesmcroft self-assigned this Oct 3, 2020
@ghost ghost added the in progress 🚧 label Dec 9, 2020
@ghost ghost removed the in progress 🚧 label Jan 6, 2021
@ghost ghost added Completed 🔥 and removed In-PR 🚀 labels Feb 25, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility ♿ bug 🐛 An unexpected issue that highlights incorrect behavior Completed 🔥
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants