[Webkit-unassigned] [Bug 147660] New: AX: tree item children returned from ranged getter are different from full array of children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 16:09:31 PDT 2015


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

            Bug ID: 147660
           Summary: AX: tree item children returned from ranged getter are
                    different from full array of children
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: d_russell at apple.com
                CC: webkit-bug-importer at group.apple.com

Accessing the children of a tree item from -[WebAccessibilityObjectWrapper accessibilityAttributeValue:] will result in different values than asking for a range of children from -[WebAccessibilityObjectWrapper accessibilityArrayAttributeValues:index:maxCount:] because accessibilityAttributeValue: includes a check that restricts tree item children to contents only and not row children, but accessibilityArrayAttributeValues:index:maxCount: does not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150804/d7f77b8b/attachment.html>


More information about the webkit-unassigned mailing list