| Issue 710: | Google Chrome Rendering Bug | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sometimes the Calendar fails to render.
It was configured like that:
timeFormat: 'H:mm',
axisFormat: 'H:mm',
minTime: 7,
weekends: false,
firstDay: 1,
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
editable: false
When I zoom the window (using CTRL + scrolling the mouse) after few steps of the zoom it renders the calendar normal.
I've attached a screenshot of the issue to this report, so you can see what I mean.
For me it looks like the calendar is being drawn before the dimensions of DOM elements are calculated, so it ends with 'imaginary' values.
Nov 21, 2010
Project Member
#1
adamrs...@gmail.com
Status:
Done
|
|
| ► Sign in to add a comment |