| Issue 2428: | IE8 monthView broken | |
| 4 people starred this issue and may be notified of changes. | Back to list |
Hello Fullcalendar (v2+), monthView seems to be broken on IE8 even on a minimal install from your demonstration pages. See this fiddle for reproduction : http://jsfiddle.net/pn6u3oa7/embedded/result/ And a rendering capture attached here. Maybe I am missing something ? Thanks
Jan 27, 2015
#1
titosrev...@gmail.com
Feb 6, 2015
same problem for me !!!
Feb 6, 2015
At least I'm not alone ;) Sticking, to 1.6.x for now.
Feb 6, 2015
The variant that Sean Kenny created (www.seankenny.me/blog/2014/08/11/fullcalendar-with-a-resource-day-view-v2-0-2/) with the Resource Day view is based on 2.0.2 and works okay in IE8. Still as much as it's great I'd still like to see the trunk version to fix IE8 support.
Feb 6, 2015
I just realized that the version n-1 of fullcalendar works in IE8 (2.2.5 vs last that is 2.2.6) So the bug was injected in the last commits (https://github.com/arshaw/fullcalendar/releases) See this working plunker with 2.2.5 : http://jsfiddle.net/bvxyqb1t/embedded/result/
Feb 6, 2015
Hummm in fact I add to revert back to 2.2.3 :/ weird
Feb 9, 2015
I was able to run it in IE8 (see my screenshot) I did encounter a problem when trying to run the JSFiddle. IE8 was cutting off non-https requests, my js/css dependencies from the fullcalendar.io site. I had modify the fiddle to get the resources over https from CDNJS. My modified fiddle: http://jsfiddle.net/ocp4f00u/ https://jsfiddle.net/ocp4f00u/embedded/result/ Aside from that, are you all making sure you are using jQuery 1.x ? The 2.x versions of jQuery don't work with IE8.
Status:
Reproducing
Labels: Type-Bug
Feb 10, 2015
Hi Thanks for the feedback. Yes, I use jquery 1.x for sure (Why fullcalendar demo are running on v2.x dropping demo for IE8 users ?) And your fiddle breaks too on my machine (see screenshot). Maybe it's a OS related issue. I'm running on (corporate hardware / software) : - Windows 7 Entreprise SP1 64bits - Internet Explorer 8 (8.0.7601.17514) - Browser / Document mode : IE8 Not that if I click on a different view (button "week" or "day", it works totally fine, so the lib is fully functionnal/loaded apart of the monthView) Thanks
Feb 10, 2015
NO JS error in console, prev/next/today works well but global displqy is KO
Feb 11, 2015
figured this out after playing with a real installation of IE8 on Windows XP. My fix: https://github.com/arshaw/fullcalendar/commit/87cfc4f74361f8368b13c8e647de5c26bcce56ec will release it soon
Status:
Accepted
Feb 11, 2015
(No comment was entered for this change.)
Status:
Implemented
Feb 11, 2015
Awesome thanks for the quick turnaround.
Feb 12, 2015
Thanks ;)
Feb 21, 2015
This has been released. Thanks! https://github.com/arshaw/fullcalendar/releases/tag/v2.3.0
Status:
Released
|
|
| ► Sign in to add a comment |