Bug 4341

Summary: No onclick event generated for option in multiple select
Product: WebKit Reporter: Will McCullough <will.mccullough>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ian
Priority: P2 Keywords: HasReduction
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
testcase none

Will McCullough
Reported 2005-08-08 17:45:59 PDT
does not support the "onclick" for options in the multi select list: http://www.w3.org/TR/html4/interact/scripts.html#adef-onclick // Example of failing form: <form name="form"> <select multiple="multiple"> <option value="1">1</option> <option value="2" disabled onclick="javascript:alert('You cannot select this option');">2</option> <option value="3">3</option> </select> </form>
Attachments
testcase (87 bytes, text/html)
2005-12-29 07:06 PST, Joost de Valk (AlthA)
no flags
Joost de Valk (AlthA)
Comment 1 2005-12-29 07:05:55 PST
No onclick event is generated at all when clicked on an option in a multiple select box. Minimal testcase coming up. Reassigning to webkit-unassigned.
Joost de Valk (AlthA)
Comment 2 2005-12-29 07:06:40 PST
Created attachment 5352 [details] testcase
Alexey Proskuryakov
Comment 3 2007-01-06 15:06:05 PST
*** This bug has been marked as a duplicate of 3248 ***
Note You need to log in before you can comment on or make changes to this bug.