[webkit-reviews] review denied: [Bug 47368] onclick on option elements doesn't work : [Attachment 79063] With change and manual test case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 21:30:16 PST 2011


Dimitri Glazkov (Google) <dglazkov at chromium.org> has denied Dinu Jacob
<dinu.jacob at Nokia.com>'s request for review:
Bug 47368: onclick on option elements doesn't work
https://bugs.webkit.org/show_bug.cgi?id=47368

Attachment 79063: With change and manual test case
https://bugs.webkit.org/attachment.cgi?id=79063&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=79063&action=review

Sad that manual test is the only option.

> Source/WebCore/html/HTMLSelectElement.cpp:102
> +    item(optionIndex)->dispatchEvent(Event::create(eventNames().clickEvent,
false, false));

I think you're looking for dispatchSimulatedClick?


More information about the webkit-reviews mailing list