[Webkit-unassigned] [Bug 231478] New: AX: AccessibilityMenuListPopup shouldn't add ignored children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 9 09:03:16 PDT 2021


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

            Bug ID: 231478
           Summary: AX: AccessibilityMenuListPopup shouldn't add ignored
                    children
           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

An invariant of our accessibility tree is that it doesn't include things that are ignored. Most paths end up at AccessibilityObject::insertChild, which prevents ignored children from being inserted. However, AccessibilityMenuListPopup::addChildren directly calls m_children.append, so it should ensure the things it adds aren't ignored first.

-- 
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/20211009/2cc332bb/attachment.htm>


More information about the webkit-unassigned mailing list