diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-30 15:50:14 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-31 06:53:05 +0200 |
commit | 52ca766e81d325f8af277a5f6081bb86aea74f2e (patch) | |
tree | de91b7441a0ba48caeef1bbc6bc65691b0a84246 /svx/uiconfig | |
parent | f6facfa6d08d8825bbb43543790ab7925cff68e6 (diff) |
a11y: Set a11y name for "Font Name" combobox
With this in place, the Orca screen reader announces the
"Font Name" combobox in the Writer formatting toolbar as such
with qt6 VCL plugin on Linux, instead of just
the current value without context.
Change-Id: Idac70ea207a9c5e42836232d11654adf2057e5d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172658
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/fontnamebox.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/fontnamebox.ui b/svx/uiconfig/ui/fontnamebox.ui index 9940eb41642b..ae0428723957 100644 --- a/svx/uiconfig/ui/fontnamebox.ui +++ b/svx/uiconfig/ui/fontnamebox.ui @@ -20,6 +20,11 @@ <property name="truncate-multiline">True</property> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="fontnamecombobox-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="fontnamebox|fontnamecombobox|accessible_name">Font Name</property> + </object> + </child> </object> <packing> <property name="expand">False</property> |