[Webkit-unassigned] [Bug 254830] New: AX: remove shouldIgnoreGroup checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 31 10:29:43 PDT 2023


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

            Bug ID: 254830
           Summary: AX: remove shouldIgnoreGroup checks
           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: cfleizach at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

In shouldIgnoreGroup, we check if a group has an aria name that matches the text inside to avoid duplication.
However, when we do this work at the wrong time (During layout), calling textUnderElement() leads to asserts being hit.

There's no good way to do both of these things, so removing this heuristic seems like a better approach

-- 
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/20230331/127c2dcb/attachment.htm>


More information about the webkit-unassigned mailing list