RESOLVED FIXED 226084
Accessibility caption styles does not always reflect the selection
https://bugs.webkit.org/show_bug.cgi?id=226084
Summary Accessibility caption styles does not always reflect the selection
Per Arne Vollan
Reported 2021-05-21 07:51:03 PDT
This is caused by a race between pushing the caption preference value to the WebContent process and receiving the notification in that process.
Attachments
Patch (10.32 KB, patch)
2021-05-21 08:01 PDT, Per Arne Vollan
no flags
Patch (10.30 KB, patch)
2021-05-21 10:41 PDT, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2021-05-21 07:51:21 PDT
Per Arne Vollan
Comment 2 2021-05-21 08:01:26 PDT
chris fleizach
Comment 3 2021-05-21 10:30:54 PDT
Comment on attachment 429289 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429289&action=review > Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1107 > + return; we probably don't need a return here. the other if blocks don't have it
Per Arne Vollan
Comment 4 2021-05-21 10:39:10 PDT
(In reply to chris fleizach from comment #3) > Comment on attachment 429289 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=429289&action=review > > > Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1107 > > + return; > > we probably don't need a return here. the other if blocks don't have it Will fix. Thanks for reviewing!
Per Arne Vollan
Comment 5 2021-05-21 10:41:41 PDT
EWS
Comment 6 2021-05-21 12:04:47 PDT
Committed r277874 (238012@main): <https://commits.webkit.org/238012@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429310 [details].
Note You need to log in before you can comment on or make changes to this bug.