cui/uiconfig/ui/numberingpositionpage.ui |    4 ++--
 cui/uiconfig/ui/widgettestdialog.ui      |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 6be4c4070ec8606270da21cbe5d4c77843cb1f54
Author:     Parth Raiyani <[email protected]>
AuthorDate: Sun Feb 8 12:31:33 2026 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Feb 9 20:55:49 2026 +0100

    a11y: add IDs to preview frame and label for improved accessibility
    
    Signed-off-by: Parth Raiyani <[email protected]>
    Change-Id: Id017e45ce284ef777549cb8059a3e0ef0f07dda3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198990
    Tested-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/cui/uiconfig/ui/numberingpositionpage.ui 
b/cui/uiconfig/ui/numberingpositionpage.ui
index 8df5c428cd4e..4b11484d4fa1 100644
--- a/cui/uiconfig/ui/numberingpositionpage.ui
+++ b/cui/uiconfig/ui/numberingpositionpage.ui
@@ -475,7 +475,7 @@ numbering and text:</property>
           </packing>
         </child>
         <child>
-          <object class="GtkFrame">
+          <object class="GtkFrame" id="previewframe">
             <property name="visible">True</property>
             <property name="can-focus">False</property>
             <property name="label-xalign">0</property>
@@ -547,7 +547,7 @@ numbering and text:</property>
               </object>
             </child>
             <child type="label">
-              <object class="GtkLabel">
+              <object class="GtkLabel" id="previewlabel">
                 <property name="visible">True</property>
                 <property name="can-focus">False</property>
                 <property name="label" translatable="yes" 
context="numberingpositionpage|previewframe">Preview</property>
commit e5fd171d4bd52c1f501cefdd15e96ab56c2a6815
Author:     Parth Raiyani <[email protected]>
AuthorDate: Sat Feb 7 13:53:38 2026 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Feb 9 20:55:40 2026 +0100

    a11y: add accessible name to combo box in widget test dialog
    
    Signed-off-by: Parth Raiyani <[email protected]>
    Change-Id: I13980761b47634cc7ba4779575c3470c5368ae51
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198989
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/cui/uiconfig/ui/widgettestdialog.ui 
b/cui/uiconfig/ui/widgettestdialog.ui
index 6308a83370b7..8975f96a63e1 100644
--- a/cui/uiconfig/ui/widgettestdialog.ui
+++ b/cui/uiconfig/ui/widgettestdialog.ui
@@ -156,6 +156,11 @@
                     <property name="has-entry">True</property>
                     <property name="entry-text-column">0</property>
                     <property name="id-column">1</property>
+                    <child internal-child="accessible">
+                      <object class="AtkObject" 
id="combo_box_disable-atkobject">
+                        <property name="AtkObject::accessible-name" 
translatable="yes" context="widgettestdialog|combo_box_disable-atkobject">Test 
Type</property>
+                      </object>
+                    </child>
                     <child internal-child="entry">
                       <object class="GtkEntry">
                         <property name="sensitive">False</property>

Reply via email to