DescriptionFix checkValidity for form containing menulist select
checkvalidity for form returns false when we select the option from menulist. This happens because setNeedsValidityCheck() is called after dispatchInputAndChangeEventForMenuList() is called. Moved the setNeedsValidityCheck() before dispatchInputAndChangeEventForMenuList().
BUG=360444
TEST=fast/forms/checkValidity-select-form.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172386
Patch Set 1 : #
Total comments: 6
Patch Set 2 : incorporated review comments #
Messages
Total messages: 7 (0 generated)
|