Bug 200394 - Add accessibility object method to determine whether an element is inside a table cell. Needed for iOS accessibility client.
Summary: Add accessibility object method to determine whether an element is inside a t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-02 10:34 PDT by Andres Gonzalez
Modified: 2019-08-02 16:03 PDT (History)
9 users (show)

See Also:


Attachments
Patch (9.97 KB, patch)
2019-08-02 10:46 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (1.85 KB, patch)
2019-08-02 14:23 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (1.72 KB, patch)
2019-08-02 14:59 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Gonzalez 2019-08-02 10:34:02 PDT
Add accessibility object method to determine whether an element is inside a table cell. Needed for iOS accessibility client.
Comment 1 Andres Gonzalez 2019-08-02 10:46:17 PDT
Created attachment 375424 [details]
Patch
Comment 2 Andres Gonzalez 2019-08-02 10:51:42 PDT
<rdar://problem/52914964>
Comment 3 WebKit Commit Bot 2019-08-02 12:10:09 PDT
Comment on attachment 375424 [details]
Patch

Clearing flags on attachment: 375424

Committed r248169: <https://trac.webkit.org/changeset/248169>
Comment 4 WebKit Commit Bot 2019-08-02 12:10:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Andres Gonzalez 2019-08-02 14:23:14 PDT
Reopening to attach new patch.
Comment 6 Andres Gonzalez 2019-08-02 14:23:15 PDT
Created attachment 375456 [details]
Patch
Comment 7 chris fleizach 2019-08-02 14:26:55 PDT
Comment on attachment 375456 [details]
Patch

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

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:606
> +    }));

this should be return AccessibilityObject::matchparent() ... ) != nullptr;
Comment 8 Andres Gonzalez 2019-08-02 14:59:05 PDT
Created attachment 375461 [details]
Patch
Comment 9 WebKit Commit Bot 2019-08-02 16:03:12 PDT
Comment on attachment 375461 [details]
Patch

Clearing flags on attachment: 375461

Committed r248188: <https://trac.webkit.org/changeset/248188>
Comment 10 WebKit Commit Bot 2019-08-02 16:03:14 PDT
All reviewed patches have been landed.  Closing bug.