Bug 186339 - SELECT element does not support onclick event
Summary: SELECT element does not support onclick event
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: general (other bugs)
Version First Reported In: 4.8.1
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-06 14:40 UTC by Tim Landscheidt
Modified: 2013-04-28 17:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
online testcase (174 bytes, text/html)
2012-03-11 19:30 UTC, Andrea Iacovitti
Details

Note You need to log in before you can comment on or make changes to this bug.
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