Open GoogleCodeExporter opened 8 years ago
I had same problem and exception in
Timeline.DefaultEventSource.prototype._fire=function(handlerName,args) --
function call with IE6. Firefox 3.5.1 works fine.
After trial and error it seems to be an IE6 issue with the JSON data format.
Here my
solution:
- use '#FF0000' instead of 'red' for color-values (JSON and XML)
- use
http://code.google.com/p/simile-widgets/wiki/Timeline_EventSourceJSON_jsDate
(without the 'dateTimeFormat': 'iso8601' declaration) instead of RFC 2822
format (JSON)
Original comment by claas.ru...@googlemail.com
on 7 Oct 2009 at 11:24
Original issue reported on code.google.com by
GabrielR...@googlemail.com
on 14 Apr 2009 at 12:11