Issue 1804: IE9 calendar item width too large
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by codeg...@gmail.com, Apr 23, 2013
Using (1.6.1), the width of the calendar items is too big on IE9. 

For example, with the browsers window set to 1024x762, the width on Firefox, Chrome, IE10,8,7 is 128px, but on IE9, the width is 457.68px. 

This makes the events cross over into subsequent days.

Apr 25, 2013
#1 codeg...@gmail.com
Is anyone else experiencing this issue? I am getting it on 5 test machines.
Apr 25, 2013
#2 codeg...@gmail.com
Using process of elimination, I traced the cause to the first item in my site's CSS:

* {
    margin: 0 auto 0 auto;
    padding: 0;
}

I changed it to this and it fixed the issue.

* {
    margin: 0;
    padding: 0;
}
Aug 24, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: ReproTemp
Aug 25, 2013
Project Member #4 adamrs...@gmail.com
This message is being bulk-sent to a number of issues, both [very] old and new.

I have been working on taming this issue tracker, which has gotten out of control after months of neglect. You are receiving this message because I could not successfully reproduce the bug you were reporting with a reasonable amount of effort. I have written some new bug-report guidelines to be used by all bug reports going forward:

    http://arshaw.com/fullcalendar/wiki/Report-a-Bug/

Its salient point is that all bug reports should have an isolated demonstration, viewable online with a tool like JSFiddle.

If the bug you originally reported is still important to you, could you please first try the latest version of FullCalendar and see if it is fixed? If not, could you please file a NEW bug report that follows the new guidelines? This issue will not be monitored for further comments.

I'm sorry I have taken so long to respond to many of your request, and I'm sorry if this new procedure causes extra work for you. Going forward, the issue tracker will be much more of a well-oiled machine.

Again, if you must, PLEASE SUBMIT A *NEW* BUG REPORT (following the new guidelines) INSTEAD OF COMMENTING ON THIS ONE. Further comments on this report will be ignored. Thanks.
Status: Invalid
Labels: Type-Bug