Active
Project:
Sky
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 13:05 UTC
Updated:
19 Jun 2012 at 05:47 UTC
I have a custom subtheme based on Sky (via Footheme) that uses the Fullcalendar module 7.x-2.0-beta2. In the month view, table rows containing events have exceptionally tall cells in Chrome. Firefox and IE 8 are fine.
For testing purposes, I ran up a clean install of Drupal and Fullcalendar. The month view displays as expected in Bartik and other AdaptiveThemes (Corolla, Pixture Reloaded), but in Sky, cells are tall. (See attached screenshots).
I'm not sure if this is an issue with Fullcalendar or Sky, but I started here since the behavior is theme-specific.
| Comment | File | Size | Author |
|---|---|---|---|
| corolla_fullcalendar.png | 28.08 KB | eliza411 | |
| sky_fullcalendar.png | 28.17 KB | eliza411 |
Comments
Comment #1
eliza411 commentedI narrowed it down to line 5 in the navigation.css:
I set the -webkit-transition to none for the fullcalendar month view in my custom theme, and it fixes the issue. I'm not sure if there's a more generalized way to prevent the problem, but at least there's a note if anyone else runs into it.
Comment #2
Jeff Burnz commentedDo you have this live, I'd like to see this if possible.
It might be better if we craft an override for this so we can put it in the actual theme so it works with Fullcalendar.
Comment #3
eliza411 commentedI do, you can see it (for now) at http://sky.everydaydrupal.com/calendar
Comment #4
fkrogstad commentedI'm having this happen on my site as well. http://test.hamlinemidwayfiles.org/calendar in Chrome. Earlier today, the calendar wasn't showing up at all in Chrome and seemed to be working fine in FF. Now it is blank in FF and Chrome has tall cells.
I'm a newbie in Drupal and an accidental techie at a little nonprofit. Eliza411, can you provide the exact code change so I can cut and paste?
Thanks!
Comment #5
Jeff Burnz commentedThe problem is that the CSS3 transition on all links is far too generic, although to be frank it hasn't caused as many issues as I thought it might have, the fix I believe eliza411 used was to remove that code from the theme.
Comment #6
eliza411 commentedI edited the css so it reads:
Removing the -webkit-transition line works equally well.
Comment #7
fkrogstad commentedIt works. Thanks to you both for your prompt replies.
Faith
Comment #8
rerooting commentedThis works as well:
allows you to keep the default a transition effect for webkit browsers but disables it for fullcalendar.