Issue metadata
Sign in to add a comment
|
AutomationNode of checkbox does not contain checked state |
||||||||||||||||||||||||||
Issue descriptionVersion: 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.
,
Aug 17 2016
,
Aug 19 2016
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.
,
Aug 19 2016
This reproduces with ChromeVox
,
Aug 19 2016
OK, I'll take another look. Is this a recent regression? I thought checkboxes were working...
,
Aug 19 2016
Yes...checkboxes have worked ever since the beginning...just not for this snippet.
,
Mar 27 2017
,
Apr 21 2017
,
Apr 21 2017
,
Aug 10 2017
|
|||||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||||
Comment 1 by schenney@chromium.org
, Aug 17 2016