Issue 362: internet explorer error message: not a valid argument
Status:  Done
Owner: ----
Closed:  Feb 2010
Reported by donjohn....@gmail.com, Feb 23, 2010
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
as with the other issue, can you try the official 1.4.5 release first?
(http://arshaw.com/fullcalendar/download/) and let me know if it works.
Feb 23, 2010
#2 donjohn....@gmail.com
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
Project Member #3 adamrs...@gmail.com
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
#5 donjohn....@gmail.com
yes the fix in  issue 361  fixed this one too, thank you
Feb 23, 2010
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done