WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
200394
Add accessibility object method to determine whether an element is inside a table cell. Needed for iOS accessibility client.
https://bugs.webkit.org/show_bug.cgi?id=200394
Summary
Add accessibility object method to determine whether an element is inside a t...
Andres Gonzalez
Reported
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.
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
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Andres Gonzalez
Comment 1
2019-08-02 10:46:17 PDT
Created
attachment 375424
[details]
Patch
Andres Gonzalez
Comment 2
2019-08-02 10:51:42 PDT
<
rdar://problem/52914964
>
WebKit Commit Bot
Comment 3
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
>
WebKit Commit Bot
Comment 4
2019-08-02 12:10:11 PDT
All reviewed patches have been landed. Closing bug.
Andres Gonzalez
Comment 5
2019-08-02 14:23:14 PDT
Reopening to attach new patch.
Andres Gonzalez
Comment 6
2019-08-02 14:23:15 PDT
Created
attachment 375456
[details]
Patch
chris fleizach
Comment 7
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;
Andres Gonzalez
Comment 8
2019-08-02 14:59:05 PDT
Created
attachment 375461
[details]
Patch
WebKit Commit Bot
Comment 9
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
>
WebKit Commit Bot
Comment 10
2019-08-02 16:03:14 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug