Problem with window resize
See original GitHub issueOriginally 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)_
Issue Analytics
- State:
- Created 8 years ago
- Comments:20 (20 by maintainers)
Top Results From Across the Web
8 Fixes When You Can't Resize Window in Windows 11 and 10
1. Try Keyboard Shortcuts to Resize a Window · 2. Turn Off Tablet Mode · 3. Uninstall TeamViewer · 4. Close All Apps...
Read more >Windows 10 Screen resize issue. - Microsoft Community
Right click on desktop and select Display settings. · Change the Change the size of text, apps, and other items, and click on...
Read more >FIX: Can't move or resize Windows and Apps on Windows 10
FIX : Can't move or resize Windows and Apps on Windows 10 · Go to Windows 10 Settings » System. · Select Tablet...
Read more >html/css window resize issue - Stack Overflow
But I have a problem where whenever I open the site on my laptop which has a smaller screen than my PC or...
Read more >Resizing of windows is not reliable - Visual Studio Feedback
Simply grabbing a splitter in the VS UI and dragging it fails about 1/3 of the time for me. I grab the splitter...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reported by
rempel.oliveira
on 2014-04-29 00:27:31Reported by
nidhiS.agile
on 2015-06-30 07:32:23