Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1403)

Issue 2946783003: Views a11y: Use AX_ROLE_POP_UP_BUTTON for views::Combobox. (Closed)

Created:
3 years, 6 months ago by tapted
Modified:
3 years, 6 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, tfarina, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Views a11y: Use AX_ROLE_POP_UP_BUTTON for views::Combobox. AX_ROLE_COMBO_BOX is for UI elements with an editable textfield, which views::Combobox does not have. views::Combobox operates most like an HTML <select> element, which is given kPopUpButtonRole in Blink's AXNodeObject.cpp (or kListBoxRole if it allows multiple selection). Use AX_ROLE_POP_UP_BUTTON for views::Combobox on all platforms. BUG=657900, 663536 Review-Url: https://codereview.chromium.org/2946783003 Cr-Commit-Position: refs/heads/master@{#481163} Committed: https://chromium.googlesource.com/chromium/src/+/d16b69bc237e5f5d2cc75681aec6d2c130a05f14

Patch Set 1 #

Patch Set 2 : Comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M ui/views/controls/combobox/combobox.cc View 1 1 chunk +5 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (12 generated)
tapted
Hi Dominic, please take a look
3 years, 6 months ago (2017-06-20 00:51:22 UTC) #5
dmazzoni
lgtm Combobox is one of the most misunderstood controls.
3 years, 6 months ago (2017-06-21 05:57:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2946783003/20001
3 years, 6 months ago (2017-06-21 07:08:32 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/438708)
3 years, 6 months ago (2017-06-21 08:01:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2946783003/20001
3 years, 6 months ago (2017-06-21 09:18:11 UTC) #15
commit-bot: I haz the power
3 years, 6 months ago (2017-06-21 10:07:00 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/d16b69bc237e5f5d2cc75681aec6...

Powered by Google App Engine
This is Rietveld 408576698