Bug 243186

Summary: AX: ApplicationAccessibilityEnabled pref value is not synced from the UI process to web content process upon initialization
Product: WebKit Reporter: Tyler Wilcock <tyler_w>
Component: AccessibilityAssignee: Tyler Wilcock <tyler_w>
Status: RESOLVED FIXED    
Severity: Normal CC: andresg_22, cfleizach, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Tyler Wilcock
Reported 2022-07-25 17:24:28 PDT
When initializing a new web process, the UI process should copy over the value of these prefs so web content has the correct state for them.
Attachments
Patch (5.38 KB, patch)
2022-07-25 17:33 PDT, Tyler Wilcock
no flags
Patch (5.59 KB, patch)
2022-07-25 19:07 PDT, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2022-07-25 17:24:39 PDT
Tyler Wilcock
Comment 2 2022-07-25 17:30:41 PDT
Tyler Wilcock
Comment 3 2022-07-25 17:33:44 PDT
chris fleizach
Comment 4 2022-07-25 17:42:00 PDT
Comment on attachment 461207 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=461207&action=review > Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1050 > + if (preferences.accessibilityEnabled) It seems like we might want to also set if it’s off As in if the pref is written and then loaded the next time
Tyler Wilcock
Comment 5 2022-07-25 19:07:44 PDT
EWS
Comment 6 2022-07-26 11:32:03 PDT
Committed 252837@main (b315e3a4cf18): <https://commits.webkit.org/252837@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 461210 [details].
Note You need to log in before you can comment on or make changes to this bug.