Bug 122544 - [EFL] accessibility/table-cells.html is failing
Summary: [EFL] accessibility/table-cells.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-09 02:32 PDT by Krzysztof Czech
Modified: 2013-10-09 04:05 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.83 KB, patch)
2013-10-09 03:32 PDT, Krzysztof Czech
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Czech 2013-10-09 02:32:08 PDT
------------------------
 [0,0]
 AXRole: AXCell
-AXParent: AXTable
+AXParent: AXTable: Example #1: Nested Stubs
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
 AXSize: { 144.000000, 66.000000 }
@@ -31,7 +31,7 @@
 ------------------------
 [3,1]
 AXRole: AXCell
-AXParent: AXTable
+AXParent: AXTable: Example #1: Nested Stubs
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
 AXSize: { 53.000000, 36.000000 }
@@ -51,7 +51,7 @@
 ------------------------
 [1,1]
 AXRole: AXCell
-AXParent: AXTable
+AXParent: AXTable: Example #1: Nested Stubs
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
 AXSize: { 143.000000, 66.000000 }
@@ -71,7 +71,7 @@
 ------------------------
 [2,2]
 AXRole: AXCell
-AXParent: AXTable
+AXParent: AXTable: Example #1: Nested Stubs
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
 AXSize: { 69.000000, 30.000000 }
@@ -91,7 +91,7 @@
 ------------------------
 [3,5]
 AXRole: AXCell
-AXParent: AXTable
+AXParent: AXTable: Example #1: Nested Stubs
 AXChildren: 0
 AXPosition: { 0.000000, 0.000000 }
 AXSize: { 52.000000, 30.000000 }
Comment 1 Mario Sanchez Prada 2013-10-09 02:52:47 PDT
For some reason the name of the parent (the table) was not being properly shown before and now it's fixed. So, it just needs rebasing IMHO (that I did yesterday for GTK)
Comment 2 Krzysztof Czech 2013-10-09 03:32:08 PDT
Created attachment 213766 [details]
Patch
Comment 3 Krzysztof Czech 2013-10-09 03:34:48 PDT
(In reply to comment #1)
> For some reason the name of the parent (the table) was not being properly shown before and now it's fixed. So, it just needs rebasing IMHO (that I did yesterday for GTK)

Thanks, I just noticed it.
Comment 4 WebKit Commit Bot 2013-10-09 04:05:25 PDT
Comment on attachment 213766 [details]
Patch

Clearing flags on attachment: 213766

Committed r157160: <http://trac.webkit.org/changeset/157160>
Comment 5 WebKit Commit Bot 2013-10-09 04:05:28 PDT
All reviewed patches have been landed.  Closing bug.