| Issue 2263: | agenda event's render with no <a> href, not clickable | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
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. |
|
| ► Sign in to add a comment |
Status: Accepted
Labels: Type-Bug