[Webkit-unassigned] [Bug 238463] New: AX ITM: Don't queue objects for removal if we bail early in AXIsolatedTree::removeSubtreeFromNodeMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 11:57:08 PDT 2022


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

            Bug ID: 238463
           Summary: AX ITM: Don't queue objects for removal if we bail
                    early in AXIsolatedTree::removeSubtreeFromNodeMap
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            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

In both places we call AXIsolatedTree::removeSubtreeFromNodeMap(AXID axID, ...), we unconditionally remove queue axID for removal in AXIsolatedTree::queueChangesAndRemovals.

However, this is sometimes wrong, since AXIsolatedTree::removeSubtreeFromNodeMap can return early without removing axID. We shouldn't be queueing this object for removal in this case.

-- 
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/20220328/43fa4511/attachment.htm>


More information about the webkit-unassigned mailing list