You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: )
The text was updated successfully, but these errors were encountered:
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 🙌
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 inheritedItemsControl
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.NuGet Package(s):
Package Version(s):
Windows 10 Build Number:
App min and target version:
Device form factor:
Visual Studio
The text was updated successfully, but these errors were encountered: