Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

Onclick does not work. #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a line like this: <option 
onClick="alert('yo!!!');">Whatever</option>
2. Drop down the menu and click on an item and nothing will happen.

What is the expected output? What do you see instead?

In the above example an alert box should pop up, but it does not happen as 
long as this plug-in is activated.

What version of the product are you using? On what operating system?

0.9 on Windows 7
Please provide any additional information below.

Original issue reported on code.google.com by judeosb...@gmail.com on 9 Mar 2010 at 9:26

GoogleCodeExporter commented 9 years ago
Hi, indeed this feature is not implemented.

Original comment by adrian.tosca on 20 Mar 2010 at 11:57

GoogleCodeExporter commented 9 years ago
Of course, it's possible to get around this by accessing the underlying 
elements 
directly with JQuery, but it's a bit more complicated than it should be, so a 
feature 
like this would be great at some point.

Original comment by judeosb...@gmail.com on 20 Mar 2010 at 3:02

GoogleCodeExporter commented 9 years ago
Fixed in 1.3 (see the onItemClick option)

Original comment by womohun...@ittrium.com on 13 Apr 2011 at 5:30