Issue 135: Collision: jquery.dimensions.js
Status:  Done
Owner: ----
Closed:  Nov 2009
Reported by sskang....@gmail.com, Oct 19, 2009
What steps will reproduce the problem?
1. Install jquery.tooltip.js (for tootip)
2. To use tooltip, must install jquery.dimensions.js too. (maybe)
3. Event bars are displayed only in Sunday Coloumns.
(I display fullcalendar in a jquery ui tab.)
Oct 21, 2009
#1 sskang....@gmail.com
jquery.dimensions.js is not mandatory for tooltip.
Oct 27, 2009
#2 Ashyt...@gmail.com
I had a similar issue, and I think I may know what your problem is. Are you creating a 
calendar before you are creating the tabs? Or before the calendar tab is displayed?

Try creating the tabs first, or adding the calendar initialization to the tabsshow 
method.
Nov 1, 2009
Project Member #3 adamrs...@gmail.com
hello sskang,
as Ashytaka has said, this is most likely due to using jquery ui tabs. If you are using 
the latest version, you can initialize the calendar w/ a $().fullCalendar() at document 
ready, but in the tab show handler, you need to call the 'render' method:
http://arshaw.com/fullcalendar/docs/methods.php

let me know if this help,
adam
Nov 10, 2009
Project Member #4 adamrs...@gmail.com
respond to this thread if further issues. closing it out
Status: Done
Dec 19, 2009
#5 sskang....@gmail.com
Thanks Ashytaka and adam. I have been busy. I will try it later when I code a drag 
and drop function. Thanks again for the good plugin.