| Issue 863: | Reducing height using eventRender in version 1.5 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, I'd previously been using eventRender to render month view events in a single line:
eventRender: function(event, jqElement, view) {
if ((view.name == 'month') || ((view.name == 'agendaWeek') && event.allDay)) {
jqElement.height(15);
}
}
However, this produces a glitch in the new version 1.5 where text falls outside of the box. See attachment. Is there any way of fixing this?
Mar 24, 2011
Hi, i've got the same issue with long titles in the new version 1.5 Thx for sharing this patch !
Mar 24, 2011
yeah, have to do an overflow:hidden. thanks!
Status:
Done
|
|
| ► Sign in to add a comment |
Fixed: Added .fc-event-inner { overflow: hidden; } to my styles as per comment at http://blog.arshaw.com/1/post/2011/03/fullcalendar-15-released.html