[Webkit-unassigned] [Bug 241915] New: AX ITM: AXIsolatedTree::updateNode doesn't update if the target node is a descendant of a barren object.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 07:48:39 PDT 2022


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

            Bug ID: 241915
           Summary: AX ITM: AXIsolatedTree::updateNode doesn't update if
                    the target node is a descendant of a barren object.
           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: andresg_22 at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

This causes, for instance, that a button title is not updated if it is modified as follows:

<button id="button">
    <span id="counter">0<span>
</button>

document.getElementById("counter").innerText = "3";

-- 
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/20220623/124bc4aa/attachment-0001.htm>


More information about the webkit-unassigned mailing list