| Issue 362: | internet explorer error message: not a valid argument | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Similarly to issue 340 I am getting this error message again but this time for line 1494, which has: eventElement[0].style.width = seg.outerWidth - seg.hsides + 'px'; from within this section: // set event widths for (i=0; i<segCnt; i++) { seg = segs[i]; if (eventElement = seg.element) { eventElement[0].style.width = seg.outerWidth - seg.hsides + 'px'; } } I am using the last file you attached in issue 340 (I believe that would be build 1.4.5)
Feb 23, 2010
Project Member
#1
adamrs...@gmail.com
Feb 23, 2010
I downloaded the build 1.4.5 from that url, but it did not fix this message. It now finds it at line 1505 which is the same thing as above (set event widths). I don't know if it can help any, but jquery has its own height() and width() methods that are crossbrowser...
Feb 23, 2010
i use that technique for optimization reasons (made in 1.4.4, for large #'s of events). the technique is still cross-browser. i'm pretty sure this problem is happening with fullcalendar is trying to render events when they are not visible (for whatever reason, a bug maybe) can you give me an example if this error happening? (either a link, or a zip file) thanks a lot
Feb 23, 2010
here's a link: http://www.parrocchiasanlino.org/
Feb 23, 2010
yes the fix in issue 361 fixed this one too, thank you
Feb 23, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |