[webkit-reviews] review canceled: [Bug 45192] Provide a way to trigger a <select multiple> onchange event on changes : [Attachment 66532] [PATCH] Proposed Change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 14:42:38 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has canceled Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 45192: Provide a way to trigger a <select multiple> onchange event on
changes
https://bugs.webkit.org/show_bug.cgi?id=45192

Attachment 66532: [PATCH] Proposed Change
https://bugs.webkit.org/attachment.cgi?id=66532&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
This is a test case for Safari's Autofill. In my case, autofill selects
California
and only triggers the "change" event for the bottom, single <select>. However,
the other <selects> are populated correctly.

After my patch all 3 selects trigger their "change" events, and are populated
correctly. Running autofill multiple times works as expected. Submitting the
form (it submits to itself) produces the values you would expect.


More information about the webkit-reviews mailing list