Double click generating 2 events on Menu Bar(Bug?)

Hello All,

I have menu bar and when ever the user double clicks on it 2 events are getting generated. So if I do a save by double clicking on a Menu Item, Vaadin is sending two click events and menuSelected is getting called twice.

Is it a bug in Vaadin? if not how do I prevent this.

Thanks,
Krishna.

Can I consider this to be a bug in Vaadin? Should I raise this issue on Trac along with Sample?

Thanks,
Krishna.

If you double click you should be getting a double click event and not two single click events so I think you have a case to file a bug ticket for it in the trac. Adding a simple test case to the ticket always improves the chances of it getting fixed sooner.

Hello John,

I will create bug ticket for it on trac. Also, will add a simple use case to reproduce this.

Thanks,
Krishna.

Hello John,

A ticket has been created following is the url for reference - http://dev.vaadin.com/ticket/13447