My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Invalid
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by t...@husointeractive.com, Aug 17, 2011
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
(No comment was entered for this change.)
Status: Reproducing
Sep 29, 2011
Project Member #2 adamrs...@gmail.com
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
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting