| Issue 797: | event title end time not visible | |
| 1 person starred this issue and may be notified of changes. | Back to list |
missing event.end time in title, see excerpt from fullcalendar.js
// not enough room for title, put it in the time headereventElement.find('span.fc-event-time')
.text(formatDate(event.start, opt('timeFormat')) + ' - ' + event.title);
Feb 13, 2011
Project Member
#1
adamrs...@gmail.com
Status:
Discussing
Feb 21, 2011
it should work just as in Google calendar. If title is too long it should be cut (overflow hidden) - see attachment 1. If there is no space (even for single line of title) then it should be moved to time header instead of end time but still be cut if too long - see attachment 2.
Feb 21, 2011
small update: it looks that problem persists only under 64-bit Edition of IE 8 (8.0.7600.16385) quirks mode :/
Mar 24, 2011
yeah, the behavior you describe should be correctly implemented. seems like an ie8 quirksmode bug. fullcalendar isn't that great in quirksmode. the newest fullcalendar release might have fixed this though.
Status:
Done
Apr 16, 2013
this bug was discivered on chrome 26.04 on calendar agenda days and weeks |
|
| ► Sign in to add a comment |