RESOLVED FIXED 147660
AX: tree item children returned from ranged getter are different from full array of children
https://bugs.webkit.org/show_bug.cgi?id=147660
Summary AX: tree item children returned from ranged getter are different from full ar...
Doug Russell
Reported 2015-08-04 16:09:31 PDT
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.
Attachments
patch (5.56 KB, patch)
2015-08-04 16:54 PDT, Doug Russell
no flags
patch (6.26 KB, patch)
2015-08-04 18:35 PDT, Doug Russell
no flags
Doug Russell
Comment 1 2015-08-04 16:54:24 PDT
chris fleizach
Comment 2 2015-08-04 17:03:35 PDT
Comment on attachment 258236 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=258236&action=review > LayoutTests/accessibility/mac/aria-tree-item-children.html:37 > + tree = accessibilityController.focusedElement; i prefer using axController.accessibleElementById("tree") these days because it ends up exercising more ax code > Source/WebCore/ChangeLog:8 > + Test: accessibility/mac/aria-tree-item-children.html can you add a description of what the bug was and how you fixed it in brief
Doug Russell
Comment 3 2015-08-04 18:35:25 PDT
WebKit Commit Bot
Comment 4 2015-08-04 20:39:11 PDT
Comment on attachment 258255 [details] patch Clearing flags on attachment: 258255 Committed r187935: <http://trac.webkit.org/changeset/187935>
WebKit Commit Bot
Comment 5 2015-08-04 20:39:15 PDT
All reviewed patches have been landed. Closing bug.
James Craig
Comment 6 2015-08-20 00:07:39 PDT
Note You need to log in before you can comment on or make changes to this bug.