[Webkit-unassigned] [Bug 184619] AX: AOM: respect the accessibility setting for dispatching the accessible events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 02:09:38 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=184619
Ryosuke Niwa <rniwa at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #338239|review? |review+
Flags| |
--- Comment #34 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 338239
--> https://bugs.webkit.org/attachment.cgi?id=338239
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=338239&action=review
> Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:702
> + CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), (__bridge const void *)(self), accessibilityEventsEnabledChangedCallback, kAXSWebAccessibilityEventsEnabledNotification, 0, CFNotificationSuspensionBehaviorDeliverImmediately);
You should add a WebKitAPI test which sends this notification to UI process.
You can do that in a separate patch though.
--
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/20180419/de79a27b/attachment-0001.html>
More information about the webkit-unassigned
mailing list