Accepting request 664143 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/664143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=138
This commit is contained in:
Dominique Leuenberger 2019-01-15 08:09:50 +00:00 committed by Git OBS Bridge
commit c936ab39ed
2 changed files with 121 additions and 0 deletions

View File

@ -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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ 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
+ <AtkTableCell>
+ table: tv
+ column-header[0]: unnamed-GtkButtonAccessible-0
+ column-span: 1
+ row-span: 1
+ position: 2 0
--
2.18.0

View File

@ -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 <glin@suse.com>