| Issue 809: | Use tables to position events, no need for repositioning | |
| 2 people starred this issue and may be notified of changes. | Back to list |
We have the calendar in a div which has overflow:scroll. this puts a scroll bar down the right hand side and works lovely. However, the calendar items are a few pixels per day out now. So day 7 is quite bad and day 1 is fine. This is becuase the background table has resized to incorporate the scroll bar, but the positioning of elements on top, have not. Would it be possible, to render them as a table WITHIN the cell, (this won't work for multiday events) such that any size will automatically fit. It might also solve the printing issues, I read somewhere too.
Feb 13, 2011
(No comment was entered for this change.)
Summary:
Event display problems due to DIV scrollbars in IE
Status: Reproducing
Aug 13, 2013
At this point, if the container fullcalendar lives in changes widths, it is up to the developer to call the render method to readjust. but i agree with the rendering-events-WITHIN-table comment you made earlier. this is how google calendar does it and seems elegant. keeping this ticket for that reason
Summary:
Use tables to position events
(was: Event display problems due to DIV scrollbars in IE)
Status: Accepted Labels: Type-BehaviorMod
Aug 14, 2013
(No comment was entered for this change.)
Summary:
Use tables to position events, no need for repositioning
(was: Use tables to position events)
Labels: -Type-BehaviorMod Type-Behavior
Jun 15, 2014
(No comment was entered for this change.)
Labels:
milestone-skeleton
Jul 23, 2014
This is now what happens in v2.1 (beta) http://blog.arshaw.com/1/post/2014/07/fullcalendar-210-beta.html I would really appreciate if you could verify this. Thanks a lot!
Aug 14, 2014
(No comment was entered for this change.)
Status:
Implemented
Aug 26, 2014
This issue has been resolved with the official release of v2.1.0: http://blog.arshaw.com/1/post/2014/08/fullcalendar-210-released.html Please post any follow-up bug reports or feature requests as separate issues. Thanks.
Status:
Released
|
|
| ► Sign in to add a comment |
8.2 KB View Download
7.8 KB View Download