New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 638498 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 659835
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

AutomationNode of checkbox does not contain checked state

Project Member Reported by yawano@chromium.org, Aug 17 2016

Issue description

Version: ToT
OS: Chrome OS

What steps will reproduce the problem?
(1) See the AutomationNode of the input element of the following code

<label>
<div><input type="checkbox"></div>
</label>

What is the expected output?
AutomationNode.state should contain checked state.

What do you see instead?
AutomationNode.state does not contain checked state.
 
Components: -Blink Blink>Forms>Checkbox

Comment 2 by tkent@chromium.org, Aug 17 2016

Components: -Blink>Forms>Checkbox Platform>Extensions>API
Status: WontFix (was: Assigned)
Did you try it with a checked checkbox?

<input type=checkbox checked>

The checked state indicates it is checked, not that it's checkable. If it's not currently checked, the state won't have "checked" present.

Comment 4 by dtseng@chromium.org, Aug 19 2016

Status: available (was: WontFix)
This reproduces with ChromeVox
OK, I'll take another look. Is this a recent regression? I thought checkboxes were working...

Comment 6 by dtseng@chromium.org, Aug 19 2016

Yes...checkboxes have worked ever since the beginning...just not for this snippet.
Labels: NewComponent-Accessibility NewComponent-Accessibility-ChromeVox
Components: UI>Accessibility>ChromeVox
Labels: -newcomponent-accessibility -newcomponent-accessibility-chromevox
Components: -UI>Accessibility
Mergedinto: 659835
Status: Duplicate (was: Available)
Thanks, Aaron, for fixing this one!

Sign in to add a comment