New issue
Advanced search Search tips

Issue 751259 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Arc: support AccessibilityNodeInfo.CollectionInfo

Project Member Reported by dtseng@chromium.org, Aug 1 2017

Issue description

This interface object provides collection semantics.

int:
column count
row count
selection mode

boolean:
is hierarchical

selection mode (enum):
multiple
none
single

The task is to 
- define new properties in mojo
- map these to AXNodeData as it is appropriate
 
Project Member

Comment 1 by bugdroid1@chromium.org, Sep 6 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f764452748847feb84e7fd91e0075018e053779c

commit f764452748847feb84e7fd91e0075018e053779c
Author: David Tseng <dtseng@chromium.org>
Date: Wed Sep 06 19:07:55 2017

Add support for links, headings, and list items in native arc accessibility

Bug:  751264 ,  751263 ,  751259 ,  745865 
Change-Id: Ia354c13d609e80d0f068040f9888fd278e30c417
Reviewed-on: https://chromium-review.googlesource.com/639322
Commit-Queue: David Tseng <dtseng@chromium.org>
Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org>
Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#500030}
[modify] https://crrev.com/f764452748847feb84e7fd91e0075018e053779c/chrome/browser/chromeos/arc/accessibility/ax_tree_source_arc.cc
[modify] https://crrev.com/f764452748847feb84e7fd91e0075018e053779c/components/arc/common/accessibility_helper.mojom

Comment 2 by dtseng@chromium.org, Mar 30 2018

Status: fixed (was: Available)

Sign in to add a comment