[Settings]Colorpicker settings page focus a11y fixes (#32582)

* fixed dialog tab navigation
* fixed color formats list focus
This commit is contained in:
Davide Giacometti
2024-04-23 16:36:12 +02:00
committed by GitHub
parent 5c352a3bf3
commit cc4bd4486c
4 changed files with 21 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<!-- Licensed under the MIT License. See LICENSE in the project root for license information. -->
<UserControl
@@ -96,6 +96,7 @@
<ItemsControl
x:Name="ParametersItemsControl"
IsTabStop="False"
ItemTemplate="{StaticResource FormatParameterTemplate}"
ItemsPanel="{StaticResource ItemPanelTemplate}" />
@@ -107,6 +108,7 @@
<ItemsControl
x:Name="ColorParametersItemsControl"
IsTabStop="False"
ItemTemplate="{StaticResource ColorParameterTemplate}"
ItemsPanel="{StaticResource ItemPanelTemplate}" />