Issue 470: eventClick won't work if start and end date/time is the same
Status:  Done
Owner: ----
Closed:  Jul 2010
Reported by jimroma...@gmail.com, Apr 29, 2010
I'm using the eventClick to trigger a jquery dialog box. When I have a JSON
event feed item with the same start/end date and time, the eventClick won't
trigger.  This is the feed return:

{"id":151,"title":"Test
2","start":"2010-05-12T19:00:00","end":"2010-05-12T19:00:00","description":"this
is the description","allDay":false}

It also won't work for a simple JS alert box.

It will work if I change the time by one second.  Is this on purpose?

Jun 14, 2010
Project Member #1 adamrs...@gmail.com
i am having trouble recreating this bug. eventClick still works for me. could you post your full html please?
Jul 5, 2010
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done