DescriptionOrder of actions for labeled control should be focus then click.
When we click on a checkbox or a radio button, event order is:
- mousedown
- focus, triggered by mousedown
- mouseup
- change, triggered by the following click <wkbug.com/93674>
- click
That is to say, we focus on it first and then click it. Click on an
associated label should have same behavior.
BUG=264567
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155162
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|