In Chrome only, in a month calendar, when clicking very briefly on an event, the Move event (here postback) is triggered and not the click event. This is very annoying. Actually, upon mousedown, the mouse cursor changes to the arrows and on mouseup (of course with the mouse not having moved at all) the move event is triggered.
The click javascript event should be triggered and open the clicked event. This works well in IE.
Any help appreciated!