[Webkit-unassigned] [Bug 203798] AX: WKWebView does not shift Accessibility Focus for Catalyst

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 4 14:46:37 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=203798

Tim Horton <thorton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #382774|review?                     |review+
              Flags|                            |

--- Comment #14 from Tim Horton <thorton at apple.com> ---
Comment on attachment 382774
  --> https://bugs.webkit.org/attachment.cgi?id=382774
Patch

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

> Source/WebKit/UIProcess/ios/AppKitSoftLink.h:38
> + at interface NSObject(NSAccessibilityRemoteUIElement_Private)
> +- (void)registerRemoteUIProcessIdentifier:(pid_t)pid;
> +- (void)unregisterRemoteUIProcessIdentifier:(pid_t)pid;
> + at end

These go in AppKitSPI, not AppKitSoftLink. Probably in a macCatalyst-only section.

Also, the category name should have a space before the opening paren.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191104/83280d89/attachment.htm>


More information about the webkit-unassigned mailing list