My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 43: when I add end date it occered error on IE
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jun 2009


Sign in to add a comment
 
Reported by mak...@gmail.com, Jun 17, 2009
What steps will reproduce the problem?
1.javascript error occered on IE7 & IE8. 
2.
3.

What is the expected output? What do you see instead?
when I add end date for event each events.

/* no problem */
{
	id: 22,
	title: "wwwww",
	start: new Date(2009,5,5),
}
/* problem */
{
	id: 25,
	title: "qqqq",
	start: new Date(2009,5,5),
	end: new Date(2009,5,5),
}


What version of the product are you using? On what operating system?
Windows XP InternetExploer 7 <- error
Mac OS 10.5 Firefox3 and safari4 <- no problem.

Please provide any additional information below.

Jun 19, 2009
Project Member #1 adamrs...@gmail.com
you sure it has nothing to do w/ the last comma before the ending curly bracket? this
always produces problems in IE.
Jun 28, 2009
Project Member #2 adamrs...@gmail.com
im going to close this issue, but let me know if it is caused by something other than
the lame IE comma problem
Status: Done
Sign in to add a comment

Powered by Google Project Hosting