cui/uiconfig/ui/numberingformatpage.ui | 6 ++++++ svx/uiconfig/ui/findreplacedialog.ui | 2 ++ 2 files changed, 8 insertions(+)
New commits: commit da5bb9b852adaa5fe16c503388e5313fdcea5be4 Author: Parth Raiyani <[email protected]> AuthorDate: Sun Jan 18 16:04:34 2026 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Feb 26 18:42:27 2026 +0100 a11y: add missing accessible properties in numbering format page Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I9a52d281c0b8370e6144300514147a32017fe9b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198301 Tested-by: Jenkins CollaboraOffice <[email protected]> Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200469 diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index 9338443ba1ff..4b57bb93b134 100644 --- a/cui/uiconfig/ui/numberingformatpage.ui +++ b/cui/uiconfig/ui/numberingformatpage.ui @@ -158,6 +158,11 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> + <child internal-child="accessible"> + <object class="AtkObject" id="commentft-atkobject"> + <property name="AtkObject::accessible-role">static</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -533,6 +538,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="currencylb-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="numberingformatpage|currencylb-atkobject">Currency</property> <property name="AtkObject::accessible-description" translatable="yes" context="numberingformatpage|extended_tip|currencylb">Select a currency, and then scroll to the top of the Format list to view the formatting options for the currency.</property> </object> </child> commit 3a9eba9afc312c7075dc0c9e3a9323064b59dfc3 Author: Parth Raiyani <[email protected]> AuthorDate: Sat Jan 17 19:19:25 2026 +0530 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Feb 26 18:42:17 2026 +0100 add missing a11y support for GtkComboBoxText in find and replace dialog Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I8580424040588dc3c586a752c7045fc6bc5ab628 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198300 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200468 diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index d10bae595e4e..ee2d608634fc 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -169,6 +169,7 @@ <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="searchlist-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="findreplacedialog|searchlist-atkobject">Search list</property> <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|searchlist">Enter the text that you want to find, or select a previous search from the list.</property> </object> </child> @@ -477,6 +478,7 @@ <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="replacelist-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="findreplacedialog|replacelist-atkobject">Replace list</property> <property name="AtkObject::accessible-description" translatable="yes" context="findreplacedialog|extended_tip|replacelist">Enter the replacement text, or select a recent replacement text or style from the list.</property> </object> </child>
