Hello

I'm currently experiencing a problem with the fullcalendar in combination with exposed filters and the views "Use Ajax" set to "yes". While the calendar and the exposed filters work nicely if I use them with "Use Ajax: No" a click on "apply" breaks the calendar if "Use Ajax" is set to yes.

What happens is:

  1. Click on "Apply"
  2. Views AJAX loading animation shows
  3. Loading animation and calendar disappear

If I inspect the HTML after clicking on "apply" the views content div has the following structure.

div.view-content
    div.fullcalendar-status (empty)
    div.fullcalendar (empty)
    div.fullcalendar-content 
        div.fullcalendar-event
        div.fullcalendar-event
        ...

(can't post div's so had to use a CSS alike syntax.)

Hope that this is just a small glitch!

Many thanks!

Comments

tim.plunkett’s picture

Status: Active » Closed (duplicate)