Issue 340: internet explorer error message: not a valid argument
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by donjohn....@gmail.com, Feb 14, 2010
I am getting the following error in Internet Explorer 8:
___________________________________________________________
Dettagli errore pagina Web

Agente utente: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; 
Trident/4.0; GTB6.4; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 
2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)
Timestamp: Sun, 14 Feb 2010 08:44:17 UTC


Messaggio: Argomento non valido.
Linea: 3180
Carattere: 3
Codice: 0
URI: 
http://www.parrocchiasanlino.org/sections/none_google_calendar/fullcalendar
.js
----------------------------------------------------------

I looked up line 3180, it says:

		_element.style.height = height - vsides(_element, 
includeMargins) + 'px';

from within the function setOuterHeight(). Any ideas of what this problem 
is and how I can solve it?
Feb 15, 2010
Project Member #1 adamrs...@gmail.com
hi donjohn,
in order to solve the problem i need to have the following...
1. the fullcalendar version # you are using
2. a zip file containing a working html file (with all css/js) that demonstrates the 
problem

thanks
Feb 15, 2010
Project Member #2 adamrs...@gmail.com
would you please try the attached fullcalendar.js and let me know if it fixes your 
problems? it contains my latest bugfixes. thanks
Feb 15, 2010
#3 donjohn....@gmail.com
Yes that did fix it thank you. Now I'm getting another message on another server, 
using the exact same setup:
_______________________________________________________________
Dettagli errore pagina Web

Agente utente: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; 
GTB6.4; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 2.0.50727; .NET CLR 
3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)
Timestamp: Tue, 16 Feb 2010 07:37:49 UTC


Messaggio: '_fci' è nullo o non è un oggetto
Linea: 2796
Carattere: 3
Codice: 0
URI: 
http://johnrdorazio.altervista.org/SitoFlatnukePersonale/include/javascripts/jquery30
_fullcalendar.js
------------------------------------------------------------
Everything still works, so I suppose I could just ignore the message...
I've attached my example file, my javascript and my css files are called 
automatically in the page header which is why they are not referenced in this file, 
which is a block on the side of the page. I put the fullcalendar in an absolutely 
positioned div, centered on the page, that is opened and closed dynamically. You can 
see it in action here: http://johnrdorazio.altervista.org

00_CalendarioParr.zip
1.7 KB   Download
Feb 16, 2010
#4 donjohn....@gmail.com
I just noticed that this last error message appears with mouseover on a white strip at 
the bottom of the calendar. I don't think that white strip should be there, it looks 
like something isn't rendering correctly... It's funny because I'm using the exact same 
code on another server and this doesn't happen: http://www.parrocchiasanlino.org
Feb 16, 2010
#5 arjun...@gmail.com
I'm using fullcalendar 1.44 and latest jquery in IE8, getting the same error on line 
3180 of indexcalendar.js:
_element.style.height = height - vsides(_element, includeMargins) + 'px';

I have the calendar set in a jquery ui tab,the error pops up on navigating to a 
different tab and then coming back to the calendar tab, no calendar renders.

I have downgraded to 1.43 and everything is working again.
Feb 18, 2010
Project Member #6 adamrs...@gmail.com
hi donjohn, the attached JS file should fix the problem. can you let me know?

arjuna87, can you also try the attached JS file? it should fix the problem. please let 
me know.

hoping to officially release these changes pretty soon
thanks!
Feb 20, 2010
#7 arjun...@gmail.com
Hi..getting the same error when navigating to a new ui tab then coming back to the 
calendar ui tab with an IE error at line 3167:

_element.style.height = height - vsides(_element, includeMargins) + 'px';

The calendar renders, but no events are loaded.
Feb 20, 2010
Project Member #8 adamrs...@gmail.com
arjuna, can you please post a zip file that demonstrates the problem? i'm having a 
tough time trying to recreate is on my side. could you include your html/js/css files, 
and have the html be a working, runnable web page that demonstrates the problem?
Feb 20, 2010
Project Member #9 adamrs...@gmail.com
nevermind, i was just able to recreate it. working on a fix...
Feb 20, 2010
Project Member #10 adamrs...@gmail.com
hey arjuna, can you try the attached js file? is should work now...
Feb 21, 2010
#11 arjun...@gmail.com
Yes thats works perfectly! well done.
Feb 21, 2010
Project Member #12 adamrs...@gmail.com
this issue should be fixed in 1.4.5 (just released). please let me know if any more 
problems. thanks for the help
Status: Fixed
Aug 13, 2013
Project Member #13 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #14 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released