| Issue 1085: | when many events are added in Month View they fall out of the day | |
| 1 person starred this issue and may be notified of changes. | Back to list |
If many events are added to a day in Month View then the first day of the week is sized properly but all other days are small with the events hanging below the day boxes. I found this could be fixed with the change below. The days in each row will render to an even and correct height if you change line #4817 in v1.5.1 from:
.find('td:first div.fc-day-content > div'); // optimal selector?
to:
.find('td div.fc-day-content > div'); // optimal selector?
Aug 24, 2011
Project Member
#1
althaus.it
Status:
Reproducing
Sep 29, 2011
i'd like to recreate the buggy behavior you are describing before making any fixes. the sizing should be correct, even by just modify the height of that first cell, because that will effect the other cells. could you reproduce the problem for me by giving me a runnable html file?
Aug 13, 2013
(No comment was entered for this change.)
Status:
Invalid
|
|
| ► Sign in to add a comment |