| 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 |
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
Jun 28, 2009
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 |