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
296205
AX: AccessibilityScrollView::parentObject should try harder to return a valid parent AccessibilityObject
https://bugs.webkit.org/show_bug.cgi?id=296205
Summary
AX: AccessibilityScrollView::parentObject should try harder to return a valid...
Dominic Mazzoni
Reported
2025-07-18 13:54:35 PDT
We determined the root cause of a missing content bug was mistakenly interpreting a AccessibilityScrollView from an iframe as the root AccessibilityScrollView for the whole page. While the primary fix is to use more robust logic before updating the tree root, it also makes sense for AccessibilityScrollView to be more robust in returning a parent, even if its owner element doesn't happen to return a renderer. It's probably better to keep walking up the node hierarchy rather than returning null.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-07-18 13:54:45 PDT
<
rdar://problem/156171319
>
Dominic Mazzoni
Comment 2
2025-07-18 14:02:22 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/48265
EWS
Comment 3
2025-07-19 14:41:09 PDT
Committed
297651@main
(a3a366646035): <
https://commits.webkit.org/297651@main
> Reviewed commits have been landed. Closing PR #48265 and removing active labels.
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