New issue
Advanced search Search tips

Issue 868152 link

Starred by 0 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug
Team-Accessibility


Participants' hotlists:
Hotlist-2


Sign in to add a comment

Dump accessibility tree for native UI on Chrome OS

Project Member Reported by jamwalla@chromium.org, Jul 26

Issue description

In chrome://accessibility we can get the accessibility tree of chrome's native UI. This is implemented by calling RecursiveDumpAXPlatformNodeAsString in chrome/browser/accessibility/accessibility_ui.cc.

Because Chrome OS doesn't use AXPlatformNode for its native UI, RequestNativeUITree in the AccessibilityUI doesn't work. We can implement a special case for Chrome OS.

In the long term, we'd like to refactor native accessibility views, then this could be implemented more similarly across all platforms.
 

Sign in to add a comment