[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 11:15:06 PST 2019


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

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

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

> Source/WebKit/UIProcess/ios/WKContentView.mm:73
> +SOFT_LINK_FRAMEWORK(AppKit)
> +SOFT_LINK_CLASS(AppKit, NSAccessibilityRemoteUIElement)

Why are you softlinking AppKit? WebKit links AppKit directly.

> Source/WebKit/UIProcess/ios/WKContentView.mm:79
> + at interface NSObject(NSAccessibilityRemoteUIElement_Private)
> +- (void)registerRemoteUIProcessIdentifier:(pid_t)pid;
> +- (void)unregisterRemoteUIProcessIdentifier:(pid_t)pid;
> + at end
> +#endif

This should be in a SPI header, not here.

-- 
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/0492141b/attachment.htm>


More information about the webkit-unassigned mailing list