Commit 593b9b2c authored by Weidong Guo's avatar Weidong Guo Committed by Commit Bot

Fix ChromeVox focus bug in app list folder

Changes:
Change the role of app list folder to GENERIC_CONTAINER from BUTTON.

BUG=776238

Change-Id: I3c0395678478c873e7328d1cb26bfe1d78043286
Reviewed-on: https://chromium-review.googlesource.com/727562Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Weidong Guo <weidongg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510128}
parent e1d57afb
......@@ -347,7 +347,7 @@ void AppListFolderView::SetRootLevelDragViewVisible(bool visible) {
}
void AppListFolderView::GetAccessibleNodeData(ui::AXNodeData* node_data) {
node_data->role = ui::AX_ROLE_BUTTON;
node_data->role = ui::AX_ROLE_GENERIC_CONTAINER;
node_data->SetName(accessible_name_);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment