How do I add a handler to when a user just clicks on a list box but doesn't actually select anything? As far as I can tell, onclick on fires when the user selects an item in the dropdown and not when they actually click on it to see the options.
(Bonus points if you know how to do this in GWT instead of just raw javascript).
Thanks!