From 25a7bf9ab0c0e46b4784a93688cbeee69cc8b22d Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Wed, 14 Jul 2021 20:55:55 +0300 Subject: [PATCH] [ColorPicker] Accessibility: announce which color will be copied to clipboard (#12367) --- .../ColorPickerUI/Controls/ColorFormatControl.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml b/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml index 29bc856ed1..0410455db8 100644 --- a/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml +++ b/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml @@ -48,12 +48,12 @@ Height="36" Width="36" Grid.Column="2" - AutomationProperties.HelpText="{Binding ElementName=FormatNameTextBlock, Path=Text}" AutomationProperties.Name="{x:Static p:Resources.Copy_to_clipboard}" + AutomationProperties.HelpText="{Binding ElementName=ColorTextRepresentationTextBlock, Path=Text}" FontSize="12" Style="{StaticResource DefaultButtonStyle}" FontFamily="Segoe MDL2 Assets" - Content="" /> + Content="" />