DescriptionDisabled form control elements should not be active
Clicking on a disabled form control element like a button should not
make it active. This patch adds a check for the disabled element before
setting the activation. This is as per the spec
http://www.whatwg.org/specs/web-apps/current-work/multipage/selectors.html#selector-active
This matches the behavior on IE. Firefox behavior is same as Chrome.
BUG=385601
TEST=fast/css/disabled-form-control-elements-should-not-be-active.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176501
Patch Set 1 : #
Total comments: 8
Patch Set 2 : Review Comments #
Messages
Total messages: 6 (0 generated)
|