mikegordo / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Timeline.DOM not defined #285

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have tried the filter/highlight religions example
(http://simile.mit.edu/timeline/examples/religions/religions.html)
2. when running the code for building the boxes, an error occurs on :
Timeline.DOM.registerEvent(input, "keypress", handler);
3. ... because Timeline.DOM is not defined

What is the expected output? What do you see instead?

The filter/highlight boxes are not displayed, of course

What version of the product are you using? On what browser and what
operating system?

The problem arises when using:
http://simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=true

not when using:
http://simile.mit.edu/timeline/api/timeline-api.js

My question: is it ok to use the latter API? 

When I try it, the filter boxes are displayed and run well, but the
timeline is not displayed properly (mainly fonts for events are not correct).

Thanks in advance,

  Catherine

Original issue reported on code.google.com by leton...@gmail.com on 25 May 2009 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:37