DescriptionAutofill/rAc: dispatch "input"/"change" on <input>, <textarea>, and <select>
elements when autofilled.
This more closely matches the spec behavior[1]:
"""
When the user agent is to change an input element's value on behalf of the user
(e.g. as part of a form prefilling feature), the user agent must queue a task to
first update the value accordingly, then fire a simple event that bubbles named
input at the input element, then fire a simple event that bubbles named change
at the input element.
"""
BUG=353691, 354257
R=isherman@chromium.org
[1] http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#event-input-input
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260474
Patch Set 1 : squash a lil' bug #
Total comments: 2
Patch Set 2 : simpler #
Total comments: 13
Patch Set 3 : isherman@ review #Patch Set 4 : d'oh #
Messages
Total messages: 14 (0 generated)
|