Issue 2263: agenda event's render with no <a> href, not clickable
Status:  Released
Owner: ----
Closed:  Aug 2014
Reported by p...@coxp.co.uk, Aug 28, 2014
When upgrading from fullcalendar 2.0.0 to 2.1.0 events with a url are no longer rendered correctly when using the agendaDay view.

To Reproduce:

1) Browse to http://jsfiddle.net/3E8nk/382/

2) Event is rendered as an anchor tag but without an href attribute.

Aug 28, 2014
Project Member #1 adamrs...@gmail.com
eeek, you're right.
Summary: agenda event's render with no <a> href, not clickable (was: 2.1.0 - Event with URL is not clickable when using agendaDay view)
Status: Accepted
Labels: Type-Bug
Aug 28, 2014
#2 bhol...@snapappointments.com
I actually assumed this change was by design - in the past we used "preventDefault()" to avoid loading the href url on click and were happy to see we could drop that. However, I guess not everybody is using the eventClick function to load the events in a modal via "calEvent.url". More than one way to skin a cat, I suppose.
Aug 29, 2014
Project Member #3 adamrs...@gmail.com
released:
https://github.com/arshaw/fullcalendar/releases/tag/v2.1.1
Status: Released