Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 571fc1faa8c9b55eb2eb4741e74f5f54ff669bde
https://github.com/WebKit/WebKit/commit/571fc1faa8c9b55eb2eb4741e74f5f54ff669bde
Author: Tyler Wilcock <[email protected]>
Date: 2026-04-07 (Tue, 07 Apr 2026)
Changed paths:
M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp
Log Message:
-----------
AX: AXIsolatedTree::updateChildren should not stop iterating the ancestry
when it encounters a detached object
https://bugs.webkit.org/show_bug.cgi?id=311659
rdar://174251536
Reviewed by Joshua Hoffman.
Objects can be detached for various reasons (e.g. an AccessibilityRenderObject
is missing a renderer and node).
These are fair definitions of "is detached", but they shouldn't stop an attempt
to iterate the ancestry to find
the nearest in-tree ancestor to update the isolated tree with.
* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:
(WebCore::AXIsolatedTree::updateChildren):
Canonical link: https://commits.webkit.org/310744@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications