[Webkit-unassigned] [Bug 236414] New: AXIsolatedTree::updateChildren and AXIsolatedTree::nodeAncestryChanges results in adding incorrect nodes to the isolated tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 16:26:30 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236414

            Bug ID: 236414
           Summary: AXIsolatedTree::updateChildren and
                    AXIsolatedTree::nodeAncestryChanges results in adding
                    incorrect nodes to the isolated tree
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

Sometimes AXIsolatedTree::updateChildren is called with an object that is not in the isolated tree. When this happens, we currently call AXIsolatedTree::nodeAncestryChanges to build the ancestry chain up to the nearest in-isolated-tree node (starting with the original object called for updateChildren).

However, this seems to result in adding nodes to the isolated tree that don't exist in the live tree. I believe this also causes isolated objects to often hold references to parent objects that don't exist in the isolated tree, breaking searches (and more).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220210/8cb9f1f4/attachment.htm>


More information about the webkit-unassigned mailing list