[Webkit-unassigned] [Bug 155907] AX: VoiceOver not announcing the right header information for table on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 27 11:19:45 PDT 2016


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

--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 274956
  --> https://bugs.webkit.org/attachment.cgi?id=274956
initial patch

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

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:1067
> +        if (rowRangeIndex >= rowHeaderRange.first && rowRangeIndex <= rowHeaderRange.first + rowHeaderRange.second - 1) {

this should be equivalent right?

rowRangeIndex < rowHeaderRange.first + rowHeaderRange.second

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:1069
> +            if (wrapper)

if (AccessibilityObjectWrapper* wrapper = rowHeader->wrapper())
   [headers add...

-- 
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/20160327/9d3b3f90/attachment.html>


More information about the webkit-unassigned mailing list