Bug 201502 - AX: children cache are not re-computed if tab index is removed
Summary: AX: children cache are not re-computed if tab index is removed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-05 00:51 PDT by chris fleizach
Modified: 2019-09-05 10:27 PDT (History)
10 users (show)

See Also:


Attachments
patch (4.64 KB, patch)
2019-09-05 01:10 PDT, chris fleizach
zalan: review+
Details | Formatted Diff | Diff
patch (4.58 KB, patch)
2019-09-05 01:11 PDT, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2019-09-05 00:51:03 PDT
If an element has a tab index, then it's marked as accessible. If it's then subsequently removed, we do not update the children, and parent/child hierarchy is stale - leading to navigation issues with VO

<rdar://problem/54922410>
Comment 1 chris fleizach 2019-09-05 01:10:26 PDT
Created attachment 378058 [details]
patch
Comment 2 chris fleizach 2019-09-05 01:11:25 PDT
Created attachment 378059 [details]
patch
Comment 3 WebKit Commit Bot 2019-09-05 10:27:20 PDT
Comment on attachment 378059 [details]
patch

Clearing flags on attachment: 378059

Committed r249534: <https://trac.webkit.org/changeset/249534>
Comment 4 WebKit Commit Bot 2019-09-05 10:27:22 PDT
All reviewed patches have been landed.  Closing bug.