Bug 186339

Summary: SELECT element does not support onclick event
Product: [Applications] konqueror Reporter: Tim Landscheidt <tim>
Component: generalAssignee: 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

Description Tim Landscheidt 2009-03-06 14:40:12 UTC
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.
Comment 1 Andrea Iacovitti 2012-03-11 19:30:09 UTC
Created attachment 69511 [details]
online testcase
Comment 2 Tim Landscheidt 2012-04-13 18:50:13 UTC
No change in 4.8.1.  Firefox 11.0 and Google Chrome 18.0.1025.151 support it.
Comment 3 Dawit Alemayehu 2013-04-28 17:16:50 UTC
For the webkit browser engine, this is an upstream issue. Here is the upstream ticket:
https://bugs.webkit.org/show_bug.cgi?id=35533