diff --git a/gtk3-atk-table-cell.patch b/gtk3-atk-table-cell.patch index 5143f0d..e44d92f 100644 --- a/gtk3-atk-table-cell.patch +++ b/gtk3-atk-table-cell.patch @@ -371,6 +371,121 @@ index 5f848fb96a..96da1af98b 100644 for (i = 0; i < atk_object_get_n_accessible_children (accessible); i++) { AtkObject *child = atk_object_ref_accessible_child (accessible, i); +diff --git a/testsuite/a11y/tree.txt b/testsuite/a11y/tree.txt +index 4b0bb681db..c26c1a9c84 100644 +--- a/testsuite/a11y/tree.txt ++++ b/testsuite/a11y/tree.txt +@@ -59,6 +59,11 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 + tv + "table cell" + parent: tv +@@ -103,6 +108,11 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 + tv + "table cell" + parent: tv +@@ -147,6 +157,11 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 + tv + "table cell" + parent: tv +@@ -162,6 +177,12 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 ++ position: 1 0 + tv + "table cell" + parent: tv +@@ -206,6 +227,12 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 ++ position: 1 0 + tv + "table cell" + parent: tv +@@ -250,6 +277,12 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 ++ position: 1 0 + tv + "table cell" + parent: tv +@@ -265,6 +298,12 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 ++ position: 2 0 + tv + "table cell" + parent: tv +@@ -309,6 +348,12 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 ++ position: 2 0 + tv + "table cell" + parent: tv +@@ -353,3 +398,9 @@ window1 + action 1 description: Creates a widget in which the contents of the cell can be edited + action 2 name: activate + action 2 description: Activates the cell ++ ++ table: tv ++ column-header[0]: unnamed-GtkButtonAccessible-0 ++ column-span: 1 ++ row-span: 1 ++ position: 2 0 -- 2.18.0 diff --git a/gtk3.changes b/gtk3.changes index 047cae0..eb4d6e8 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 9 16:36:50 UTC 2019 - mgorse@suse.com + +- Update gtk3-atk-table-cell.patch to include the new good + accessibility-dump test output (bsc#1119306). + ------------------------------------------------------------------- Thu Jan 3 09:00:53 UTC 2019 - Gary Ching-Pang Lin