Goplan Calendar doesn't work IE8
The calendar in Goplan does not work at all in IE8, you can not add appointments, view appointments or anything. I have confirmed this on 3 different PC's running IE8.
The error that IE8 reports is this:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Wed, 7 Oct 2009 14:13:10 UTC
Message: 'addClassName(...)' is null or not an object
Line: 431
Char: 3
Code: 0
URI: https://assets2.goplanapp.com/javascr...
The error that IE8 reports is this:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Wed, 7 Oct 2009 14:13:10 UTC
Message: 'addClassName(...)' is null or not an object
Line: 431
Char: 3
Code: 0
URI: https://assets2.goplanapp.com/javascr...
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?This is the line of code it is referencing:
var advanced_link = Element('a').addClassName('wbs_calendar_balloon_advanced').writeAttribute('href','#').writeAttribute('onclick','return false;').update(this.options.advanced_button);
Not positive, but i think the code should be this:
var advanced_link = new Element('a').addClassName('wbs_calendar_balloon_advanced').writeAttribute('href','#').writeAttribute('onclick','return false;').update(this.options.advanced_button);
Essentially just adding "new" before the Element -
Inappropriate?Hey Kevin,
You were absolutely right - that particular piece of javascript wasn't working correctly with IE8. We just fixed the problem and deployed the new version of the code to the live servers, so everyone on IE8 should be good to go.
Thanks for the report and the patience in waiting for a solution!
Fred
I’m thankful
The company and 1 other person say
this solves the problem
-
Inappropriate?Thank you!
Loading Profile...



EMPLOYEE