Don't know if this is a Fullcalendar or a quicktabs problem:

If I open fullcalendar inside a quicktab only the header is shown. Found a possible but not drupal specific solution: http://stackoverflow.com/questions/4050750/how-do-i-properly-load-the-jq... . Does anyone has an idea to implement this hack in drupal?

Comments

tim.plunkett’s picture

Title: fullcalendar inside tab (quicktabs) » Display FullCalendar inside Quick Tabs
Category: bug » feature
Status: Active » Postponed (maintainer needs more info)

The 6.x-1.x branch is closed to new features, and this is one.

This can either be moved to 6.x-2.x, or marked "closed (won't fix)". I leave it up to you.

Sorry!

a.siebel’s picture

Version: 6.x-1.4 » 6.x-2.x-dev

Hi,

I updatet fullcalendar to 2.x and the problem is still existent.

a.siebel’s picture

Status: Postponed (maintainer needs more info) » Active

set status back to active

aspilicious’s picture

Hmm thinking about this...

If we should support this it should be a fullcalendar sub module.
And the module should do the following:

1) add an option to the fullcalendar style with a checkbox: "inside a quicktab"
2) add a javascript file that automatic detects the parent quicktab if checked in the views UI and use that to make the "click hack function"

"It shows the proper buttons, but until I press the today-button, no calendar is shown. If I allow it to render into a visible div, it displays properly." (see your linked issue)

The click function should trigger a click on the today button and it all should show up. (in theory)

ps: this is just an idea, with little knowledge about views and quicktabs

vlooivlerke’s picture

sounds great

aspilicious’s picture

Status: Active » Closed (won't fix)

I had similar problems with views slideshow and quicktabs. I'm convinced we are not going to fix this in fullcalendar they way I described because it is super hackish.

This doens't mean you can't load a fullcalendar inside a quicktab. As people noticed the problem is that the height doesn't get calculated like it should be. You can overcome this problem by setting the height of the outer div yourself.

It takes some time to find the correct selector with firebug or chrome developer tools but once you find it you're saved.
This will set a height on the entire quicktab block so if you need quicktabs with dynamic heights you're screwed.

SocialNicheGuru’s picture

Issue summary: View changes