nice find, the dreaded 'IE-6/7-comma-that-breaks-everything-and-gives-you-a-meaningless-error'. http://www.jslint.com/ ;)
> > You have an unnecessary comma after the '}', i.e. '},'. Other browsers > cope with this syntax error but IE doesn't. > > Regards > > Mark > > On Jun 15, 8:41 pm, chris thatcher <[email protected]> > wrote: > > Look at ether-painters.js line 109 and you should see a reference to > > 'zone.start'. (line 109 is the line referenced in the error in ie6 for > me.) > > > > I'm only guessing this is the issue, but seems likely. hope that gets you > > closer. > > > > Thatcher > > > > > > > > > > > > On Mon, Jun 14, 2010 at 3:14 PM, Cat <[email protected]> > wrote: > > > Hi, > > > I have a timeline that displays well in Firefox without errors on the > > > page. In IE, all I'm getting is the border around the timeline, but > > > no data or bands. The IE error references line 100 character 9 > > > 'start' is null or not an object. > > > > > Timeline is here: http://www.cityofprescott.net/history/timeline.php > > > > > To solve the problem, I started by searching for 'start' in the js > > > files at that position, and was unable to find any file that had start > > > at that position in a file. (I just searched in every file I could see > > > being called in firebug). > > > > > Just based on the error I thought it might be a json parse problem, so > > > I tried to eliminate problems with my json data by switching to an xml > > > data format - still same error, so it doesn't appear to be a json > > > problem (although I could be missing something). > > > > > I had changed my event bubble to just show the year of the event > > > (change to labellers.js), so I thought that could be a problem, so I > > > went back to the default- still same error. Other than that, the code > > > is unchanged; it is on my webserver. > > > > > If anyone has some advice on how to proceed in tracking down this > > > issue please let me know. > > > Thanks, > > > Cat > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "SIMILE Widgets" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<simile-widgets%[email protected]> > <simile-widgets%2bunsubscr...@go oglegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/simile-widgets?hl=en. > > > > -- > > Christopher Thatcher > > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<simile-widgets%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/simile-widgets?hl=en. > > -- Christopher Thatcher -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
