WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
252335
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
Details
Formatted Diff
Diff
Patch
(141.40 KB, patch)
2023-02-15 13:22 PST
,
Tyler Wilcock
no flags
Details
Formatted Diff
Diff
Patch
(141.43 KB, patch)
2023-02-15 13:28 PST
,
Tyler Wilcock
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-02-15 12:24:00 PST
<
rdar://problem/105509452
>
Tyler Wilcock
Comment 2
2023-02-15 12:40:49 PST
Created
attachment 465009
[details]
Patch
Tyler Wilcock
Comment 3
2023-02-15 12:41:20 PST
rdar://105470972
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
Created
attachment 465011
[details]
Patch
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
Created
attachment 465012
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug