[Webkit-unassigned] [Bug 230167] New: AX: Enable searching of plugin tree for NSAccessibilityUIElementsForSearchPredicateParameterizedAttribute requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 12:55:23 PDT 2021


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

            Bug ID: 230167
           Summary: AX: Enable searching of plugin tree for
                    NSAccessibilityUIElementsForSearchPredicateParameteriz
                    edAttribute requests
           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

Bug https://bugs.webkit.org/show_bug.cgi?id=229556 exposes the root plugin object for NSAccessibilityUIElementsForSearchPredicateParameterizedAttribute requests with SearchKey::AnyType. However, we should also support searching of elements inside the plugin tree. For example, if the underlying plugin is a PDF that has a control, and we receive a request with SearchKey::Control criteria, we should be able to return that PDF control.

To do this, we'll either need to perform the plugin tree traversal and matching ourselves, or ask the plugin to do it in some standard way, since the plugin could represent anything (i.e. not just PDFs).

-- 
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/20210910/ae9104cc/attachment-0001.htm>


More information about the webkit-unassigned mailing list