| Summary: | SELECT element does not support onclick event | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Tim Landscheidt <tim> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | adawit |
| Priority: | NOR | ||
| Version First Reported In: | 4.8.1 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | online testcase | ||
Created attachment 69511 [details]
online testcase
No change in 4.8.1. Firefox 11.0 and Google Chrome 18.0.1025.151 support it. For the webkit browser engine, this is an upstream issue. Here is the upstream ticket: https://bugs.webkit.org/show_bug.cgi?id=35533 |
Version: (using KDE 4.2.0) OS: Linux Installed from: Fedora RPMs This testcase: <HTML> <HEAD/> <BODY> <FORM> <SELECT onclick="alert('clicked');"> <OPTION>Test A</OPTION> <OPTION>Test B</OPTION> </SELECT> </FORM> </BODY> </HTML> works at least in Firefox 3.0.6, but not in Konqueror 4.2.00. I am not sure if the specification calls for its support, but I think so.