[webkit-reviews] review requested: [Bug 45192] Provide a way to trigger a <select multiple> onchange event on changes : [Attachment 66546] [PATCH] Generically Handle listbox <select>s

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 14:44:49 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has asked	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 66546: [PATCH] Generically Handle listbox <select>s
https://bugs.webkit.org/attachment.cgi?id=66546&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
Dan Bernstein pointed out that listboxs could also be made by
<select size="{value > 1}">. That exhibited the same problem.
This patch should handles that case as well.


More information about the webkit-reviews mailing list