RESOLVED WONTFIX 28373
[WML] Preselected <option> elements, don't activate onpick events
https://bugs.webkit.org/show_bug.cgi?id=28373
Summary [WML] Preselected <option> elements, don't activate onpick events
Nikolas Zimmermann
Reported 2009-08-16 20:06:29 PDT
Preselected <option> elements (ie. the first <option> child of a <select multiple="false"> element) don't fire onpick events, if the user manually selects the item with the mouse. Nothing should happen, except that the onpick event should be fired.
Attachments
Initial patch (12.37 KB, patch)
2009-08-16 20:19 PDT, Nikolas Zimmermann
staikos: review-
Nikolas Zimmermann
Comment 1 2009-08-16 20:19:33 PDT
Created attachment 34945 [details] Initial patch
Nikolas Zimmermann
Comment 2 2009-08-16 20:33:39 PDT
Only affects mac btw, all other platforms seem to fire valueChanged() in any case. Needs testing though. This patch doesn't affect HTML in any way, maybe I should be more explicit in the ChangeLog
George Staikos
Comment 3 2009-08-16 20:37:18 PDT
Comment on attachment 34945 [details] Initial patch As discussed with Niko, this is a bit unclean and maybe not the best approach. It affects HTML implementation and the new argument is a bit hacky.
Laszlo Gombos
Comment 4 2011-04-29 14:42:55 PDT
Note You need to log in before you can comment on or make changes to this bug.