Issue 1518: Jquery week calendar not working in ie
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by spbiswa...@gmail.com, Aug 29, 2012
When loading jquery week calender it is not getting loaded in ie. only header is getting loaded but when I am pressing F12 to see console of ie and refresh page, calendar get loaded. It is working good on other browsers.
Jan 8, 2013
#1 stefan.z...@gmail.com
I have the same problem. The buttons are shown on the left and some part of the header, this seems to be a problem in IE8 only. When telling IE8 to act like IE7 it is working and IE9 is also running fine without any modifications.
Aug 15, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: ReproTemp
Aug 25, 2013
Project Member #3 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
Aug 25, 2013
#4 spbiswa...@gmail.com
The problem with me was that,I had used console.log in some places,because of which IE was not loading calendar.After i removed those it worked for me.