fullcalendar: Problem with window resize
Originally reported on Google Code with ID 259
I have a page that uses another script to change my page background image
on window resize. Oddly enough it the last column of the calendar
(Saturday) is compressed (screen shot included). Looking at the HTML
produced by this plugin (this is the HTML from the intro page of the
FullCalendar site), I see this:
<tr>
<th class="fc-sun fc-state-default fc-leftmost" style="width: 108px;">Sun</th>
<th class="fc-mon fc-state-default" style="width: 108px;">Mon</th>
<th class="fc-tue fc-state-default" style="width: 108px;">Tue</th>
<th class="fc-wed fc-state-default" style="width: 108px;">Wed</th>
<th class="fc-thu fc-state-default" style="width: 108px;">Thu</th>
<th class="fc-fri fc-state-default" style="width: 108px;">Fri</th>
<th class="fc-sat fc-state-default">Sat</th>
</tr>
So, as you can see the width is not set for the Saturday column. I added a
hack to my window resize code to change the th widths to percentages
(14.3%), which shouldn't require recalculation after every window resize.
Reported by wowmotty on 2009-12-23 20:57:32
- _Attachment: [saturdaycolumn.jpg](https://storage.googleapis.com/google-code-attachments/fullcalendar/issue-259/comment-0/saturdaycolumn.jpg)_
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 20 (20 by maintainers)
Reported by
rempel.oliveiraon 2014-04-29 00:27:31