[Webkit-unassigned] [Bug 148293] AX: Tables with anonymous rows can return NULL from cellForColumnAndRow (breaks VoiceOver navigation)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 09:33:17 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148293

--- Comment #4 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 259589
  --> https://bugs.webkit.org/attachment.cgi?id=259589
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=259589&action=review

> Source/WebCore/ChangeLog:9
> +        table’s internal row list. However, when calculating the row range for a cell, 

some weird unicode apostrophe here

> LayoutTests/ChangeLog:9
> +        table’s internal row list. However, when calculating the row range for a cell, 

ditto

> LayoutTests/accessibility/aria-table-content.html:27
> +    shouldBe("cell00.role", "'AXRole: AXCell'");

can we also add verification that this is the right cell

shouldBeTrue("cell00.isEqual(table.rowAtIndex(0).childAtIndex(0))");
shouldBeTrue("cell01.isEqual(table.rowAtIndex(1).childAtIndex(0))");

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150821/1a5c3b59/attachment-0001.html>


More information about the webkit-unassigned mailing list