Bug 171579 - AX: VO skips cells after cell with aria-colspan
Summary: AX: VO skips cells after cell with aria-colspan
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-05-02 15:59 PDT by Nan Wang
Modified: 2017-05-03 12:33 PDT (History)
11 users (show)

See Also:


Attachments
patch (5.25 KB, patch)
2017-05-02 16:03 PDT, Nan Wang
no flags Details | Formatted Diff | Diff
patch (5.22 KB, patch)
2017-05-03 11:14 PDT, Nan Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nan Wang 2017-05-02 15:59:27 PDT
Navigating an ARIA grid/table that contains cells that span multiple columns, VO does not read every cell and will skip them. If traversing backwards, VO is able to reach the cell it previously skipped.

<rdar://problem/30631570>
Comment 1 Nan Wang 2017-05-02 16:03:25 PDT
Created attachment 308863 [details]
patch
Comment 2 Joanmarie Diggs 2017-05-02 23:22:51 PDT
Is there any reason this test is not in the shared tests? Since you're changing WebCore Accessibility code, I'd appreciate it if my platform could benefit from your test. :)
Comment 3 Nan Wang 2017-05-03 10:29:19 PDT
(In reply to Joanmarie Diggs (irc: joanie) from comment #2)
> Is there any reason this test is not in the shared tests? Since you're
> changing WebCore Accessibility code, I'd appreciate it if my platform could
> benefit from your test. :)

Sure will do.
Comment 4 Nan Wang 2017-05-03 11:14:58 PDT
Created attachment 308928 [details]
patch

updated test
Comment 5 WebKit Commit Bot 2017-05-03 12:33:23 PDT
Comment on attachment 308928 [details]
patch

Clearing flags on attachment: 308928

Committed r216134: <http://trac.webkit.org/changeset/216134>
Comment 6 WebKit Commit Bot 2017-05-03 12:33:24 PDT
All reviewed patches have been landed.  Closing bug.