Bug 218732

Summary: Fix for LayoutTests/accessibility/mac/search-predicate.html in isolated tree mode.
Product: WebKit Reporter: Andres Gonzalez <andresg_22>
Component: New BugsAssignee: Andres Gonzalez <andresg_22>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Andres Gonzalez 2020-11-09 18:34:02 PST
Fix for LayoutTests/accessibility/mac/search-predicate.html in isolated tree mode.
Comment 1 Andres Gonzalez 2020-11-09 18:49:49 PST
Created attachment 413652 [details]
Patch
Comment 2 Andres Gonzalez 2020-11-10 06:43:43 PST
Created attachment 413690 [details]
Patch
Comment 3 chris fleizach 2020-11-10 07:41:39 PST
Comment on attachment 413690 [details]
Patch

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

> Source/WebCore/ChangeLog:11
> +        - Added handling of "AXIsOnScreen" attribute to WebAccessibilityOobjectWrapperMac.

Spelling error here

> Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.h:506
> +    bool isVisible() const override { return boolAttributeValue(AXPropertyName::IsVisible); }

If we cache this we’ll need to update this value on objects after a scroll event right?
Comment 4 EWS 2020-11-10 11:21:55 PST
Committed r269635: <https://trac.webkit.org/changeset/269635>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413690 [details].
Comment 5 Radar WebKit Bug Importer 2020-11-10 11:22:17 PST
<rdar://problem/71246837>