diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-04 21:39:44 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-05 09:39:39 +0200 |
commit | fbd0030b97c9878c098498eb9213e73d4ae31e94 (patch) | |
tree | 210570c276826abd31f6cb9845f63bdbda76d5ad /cui/uiconfig/ui | |
parent | 71e819a2d774aa12ae9093762f5ab6fdaaa74eac (diff) |
tdf#119931: cui a11y: Specify mnenomic-widget in "Alt Text" dialog
Specify that the mnemonic widget for the "Alt Text"
label is the text view where the description can
be entered. This e.g. ensures that the a11y labelled-by
label-for relations get reported.
Drop the corresponding suppression for gla11y.
When using the Orca screen reader with the gtk3 VCL plugin,
Orca now announces "Alt Text" when the
text view gets focus, while that was not the case before.
Dialog can be triggered by e.g. selecting a QR code
in Writer, then opening the context menu and choosing
the "Alt Text" menu entry.
Change-Id: I5c8b06198a45cfbe5e1fc4a85ac568094b596819
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174506
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/objecttitledescdialog.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/objecttitledescdialog.ui b/cui/uiconfig/ui/objecttitledescdialog.ui index 3085ac6124d2..c27ce4ebd30d 100644 --- a/cui/uiconfig/ui/objecttitledescdialog.ui +++ b/cui/uiconfig/ui/objecttitledescdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> <object class="GtkTextBuffer" id="textbuffer1"> @@ -127,6 +127,7 @@ <property name="tooltip-text" translatable="yes" context="objecttitledescdialog|desc_label|tooltip_text">Give longer explanation of non-text content that is too complex to be described briefly in “Text”</property> <property name="label" translatable="yes" context="objecttitledescdialog|desc_label">_Alt Text:</property> <property name="use-underline">True</property> + <property name="mnemonic-widget">desc_entry</property> <property name="xalign">0</property> </object> <packing> |