Summary: | AX: VoiceOver not announcing the right header information for table on iOS | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Nan Wang <n_wang> | ||||||
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, mario, n_wang, samuel_white, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Nan Wang
2016-03-25 16:41:38 PDT
Created attachment 274956 [details]
initial patch
My simulator keeps crashing. Will try to add a layout test later.
Comment on attachment 274956 [details] 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... Created attachment 275158 [details]
patch
Got the simulator test working
Comment on attachment 275158 [details] patch Clearing flags on attachment: 275158 Committed r198819: <http://trac.webkit.org/changeset/198819> All reviewed patches have been landed. Closing bug. |