| Issue 511: | Agenda's columns misaligned on wide screens | |
| 3 people starred this issue and may be notified of changes. | Back to list |
In very high resolution or wide-screen monitors, the positioning/rendering logic breaks slightly for agendaWeek view. Having looked at the logic, I think its caused by a rounding issue. For the smaller resolutions, it's not as important to cut off a tenth or so of a pixel but for the higher resolutions the remainder increases to a fifth or higher. Attached is a screenshot Also, I went ahead and for my local copy changed line 2024 - colWidth = Math.floor((clientWidth - axisWidth) / colCnt); + colWidth = (clientWidth - axisWidth) / colCnt; I am guessing that it was originally being rounded down to be compatible with MSIE or some other browser?
Jun 16, 2010
Google Chrome with various versions/workstations but all on high resolution displays.
Aug 13, 2013
(No comment was entered for this change.)
Summary:
Agenda's columns misaligned on wide screens
(was: agenda's misaligned columns on wide screens)
Labels: -Type-Defect Type-Bug
Jun 15, 2014
(No comment was entered for this change.)
Labels:
milestone-skeleton
Jul 23, 2014
This is fixed 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 |
Status: Accepted
Labels: Type-Defect