[Webkit-unassigned] [Bug 112276] New: Allow multiple searchKeys to be passed to AXUIElementCopyParameterizedAttributeValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 12:30:00 PDT 2013


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

           Summary: Allow multiple searchKeys to be passed to
                    AXUIElementCopyParameterizedAttributeValue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ghughes at apple.com


Accessibility clients need to be able to request multiple different element types when using AXUIElementCopyParameterizedAttributeValue. Currently to get a list of links and buttons clients need to make multiple requests to AXUIElementCopyParameterizedAttributeValue and then compare the positions of returned elements to sort them accordingly. 

This has a negative impact on performance for webKit and clients.

Clients should be allowed to pass an NSArray of searchKeys to AXUIElementCopyParameterizedAttributeValue

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list