Summary: | AX: Split out isInert from isAXHidden on AccessibilityObject | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> | ||||
Component: | Accessibility | Assignee: | Tim Nguyen (:ntim) <ntim> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | aboxhall, andresg_22, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, koivisto, samuel_white, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | 230690 | ||||||
Bug Blocks: | 84635, 165279 | ||||||
Attachments: |
|
Description
Tim Nguyen (:ntim)
2021-09-23 02:01:10 PDT
Created attachment 439027 [details]
Patch
Committed r282956 (242046@main): <https://commits.webkit.org/242046@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439027 [details]. (In reply to Tim Nguyen (:ntim) from comment #2) > Created attachment 439027 [details] > Patch Can we add the check for isInert to AccessibilityObject::ignoredFromModalPresence instead? No need to expose isInert in the AXCoreObject interface, so it should be removed from there and from AXIsolatedObject. While you are at it, could you please also remove ignoredFromModalPresence from the AXCoreObject interface and make it a virtual in AccessibilityObject? And also remove it from AXIsolatedObject. Thanks. |