Issue 1302: Changing agenda slot height breaks external draggable helper
Status:  Duplicate
Merged:  issue 1035
Owner: ----
Closed:  Aug 2013
Reported by benjohnp...@gmail.com, Feb 18, 2012
I have a fairly complex calendar set up using external draggable events. With the default .fc-agenda-slots td div {height: 20px} everything is fine, however if I change this height to any smaller value it displays the helper incorrectly when using external draggable events.

It highlights cells lower, or much lower (depending on the value of the slot height) than the mouse is hovering over. The smaller the value of height, the further away from the mouse it is.

On top of this the start time reported to the "drop" callback is consistent with where the helper is positioned in the calendar.
Feb 28, 2012
#1 Pcol...@gmail.com
I also got the same problem, i'm messing arround to understand what's happening..
Those anyone can help us?

If i get a awnser i'll post it here
Feb 28, 2012
#2 benjohnp...@gmail.com
Further to this, I also discovered that it's not just the draggable but any calculation of where the mouse is on the grid. So if I try to select a time range, it behaves using the 20px setting, irregardless of the set height.
May 3, 2012
#3 austin.w...@gmail.com
I agree this is an issue, is there any resolution to this from anyone or what?
May 24, 2012
#4 XuesChen...@gmail.com
I have same issue, did any of you find the solution? Thank you.
May 25, 2012
#5 XuesChen...@gmail.com
you can change the height to auto  or  make sure .fc-agenda .fc-agenda-axis font-size is set smaller than .fc-agenda-slots td div's height.
also for the drag element position, put absolute position on both the element and the calendar container. 
Jun 6, 2013
#6 phuhun...@gmail.com
Yes, I agree with XuesChen.
You can modify css like this
<style type="text/css">
    .fc-agenda-slots td div {
         height: 15px !important;
         
    }  
    
    .fc-agenda-axis{
        font-size: 6px !important;
        height: 10px !important;
        line-height: 10px !important;
    }
</style>
Aug 15, 2013
Project Member #7 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 1035