Closed (outdated)
Project:
FullCalendar
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2012 at 10:03 UTC
Updated:
4 Jun 2025 at 19:56 UTC
Jump to comment: Most recent
Comments
Comment #1
faite commentedYeh I have the same thing happening..think it must be a fullcalendar issue and not so much the module
Comment #2
tim.plunkettYes, I've seen this in certain browsers as well, and this is a bug in the plugin.
See http://code.google.com/p/fullcalendar/issues/list for the plugin's issue queue.
Comment #3
wipeout_dude commentedFor anyone that finds this thread.. I solved it but using fullcalendar 1.4.11 which suggests that the 1.5.x branch is where the problem is introduced..
I have looked at the full calendar issue queue and cant see this issue reported so not sure why no-one else has come across it..
Comment #4
calefilm commentedWow. Thanks for pointing that out Wipeout. Solved my issue.
Comment #5
LizD commentedDo you mean the jQuery plugin version or the Drupal module?
Nevermind - I got it - its the jQuery plugin and it definitely fixes the issue. Thanks!!!!
Comment #6
wipeout_dude commentedFor anyone that comes across this thread.. The issue is still present in the 1.6.x versions of the plugin..
For future plugin compatibility it seems that the fullcalendar module might need adapting because the plugin demos on the plugin page don't appear to have the issue in chrome (although I don't know which version of the plugin is being used on the demos) as it does when being used by the drupal module..
Comment #7
mariacha1 commentedI found this issue to have to do with my theme, which was applying a css transition to all link elements:
This means that all transitions on links are done slowly (so all hovers take a bit of time to change for example).
In Safari, the combination of a css transition AND javascript-altered links lead to the extra spacing between each event. It's like Safari isn't finding the correct height or width of the event while it's transitioning.
Anyway, you can fix this by adding this to one of your theme's css files:
Comment #8
dcam commentedI've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)". That includes any Drupal 7-compatible versions because no active maintainer is supporting them.
If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.