WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 3248
4341
No onclick event generated for option in multiple select
https://bugs.webkit.org/show_bug.cgi?id=4341
Summary
No onclick event generated for option in multiple select
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
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug