From f36f8f251d6b1629bb470dfdfdecb299675a1087c8468d40a79949f20028fc68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 9 Jan 2019 16:54:38 +0000 Subject: [PATCH] Accepting request 664142 from home:mgorse:branches:GNOME:Factory - Update gtk3-atk-table-cell.patch to include the new good accessibility-dump test output (bsc#1119306). OBS-URL: https://build.opensuse.org/request/show/664142 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=338 --- gtk3-atk-table-cell.patch | 115 ++++++++++++++++++++++++++++++++++++++ gtk3.changes | 6 ++ 2 files changed, 121 insertions(+) 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