RESOLVED FIXED252335
AX: Scrolling a PDF with VoiceOver enabled causes a crash
https://bugs.webkit.org/show_bug.cgi?id=252335
Summary AX: Scrolling a PDF with VoiceOver enabled causes a crash
Tyler Wilcock
Reported 2023-02-15 12:23:48 PST
Scrolling a PDF with VoiceOver enabled causes a crash.
Attachments
Patch (141.36 KB, patch)
2023-02-15 12:40 PST, Tyler Wilcock
no flags
Patch (141.40 KB, patch)
2023-02-15 13:22 PST, Tyler Wilcock
no flags
Patch (141.43 KB, patch)
2023-02-15 13:28 PST, Tyler Wilcock
no flags
Radar WebKit Bug Importer
Comment 1 2023-02-15 12:24:00 PST
Tyler Wilcock
Comment 2 2023-02-15 12:40:49 PST
Tyler Wilcock
Comment 3 2023-02-15 12:41:20 PST
chris fleizach
Comment 4 2023-02-15 12:47:33 PST
Comment on attachment 465009 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=465009&action=review > Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:451 > + callOnMainRunLoopAndWait([&] { do we need to wait for this?
Tyler Wilcock
Comment 5 2023-02-15 13:10:01 PST
(In reply to chris fleizach from comment #4) > Comment on attachment 465009 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=465009&action=review > > > Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:451 > > + callOnMainRunLoopAndWait([&] { > > do we need to wait for this? Perhaps not, but this function is called from non-accessibility codepaths too, and I thought it might be safer to preserve the synchronous behavior in case some caller depends on that.
Tyler Wilcock
Comment 6 2023-02-15 13:22:10 PST
Tyler Wilcock
Comment 7 2023-02-15 13:25:45 PST
Actually I believe these other non-accessibility codepaths will be going through the main runloop, meaning `callOnMainRunLoop` (without the andWait) would be sync. Uploaded a new patch using callOnMainRunLoop, please re-review when you get a moment.
Tyler Wilcock
Comment 8 2023-02-15 13:28:41 PST
EWS
Comment 9 2023-02-17 10:12:57 PST
Committed 260451@main (83013c6d19eb): <https://commits.webkit.org/260451@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 465012 [details].
Note You need to log in before you can comment on or make changes to this bug.