Bug 122544

Summary: [EFL] accessibility/table-cells.html is failing
Product: WebKit Reporter: Krzysztof Czech <k.czech>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, jdiggs, lucas.de.marchi, mario
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Krzysztof Czech
Reported 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 }
Attachments
Patch (3.83 KB, patch)
2013-10-09 03:32 PDT, Krzysztof Czech
no flags
Mario Sanchez Prada
Comment 1 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)
Krzysztof Czech
Comment 2 2013-10-09 03:32:08 PDT
Krzysztof Czech
Comment 3 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.
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2013-10-09 04:05:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.