When I view a Timeline in Drupal, it displays OK, but then the page redirects to /events/__history__.html?0
This is using a local copy of simile-timeline 2.3, obtained by svn.
This problem with Timeline is mentioned here: http://code.google.com/p/simile-widgets/issues/detail?id=61
I avoided it by turning off History in libraries/simile-timeline/timeline_ajax/scripts/history.js by setting "enabled:" to false. Perhaps this could be added to the installation documentation?
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | timeline-history-disable-553510-10.patch | 443 bytes | btopro |
| #9 | timeline-history-disable-553510-9.patch | 438 bytes | btopro |
Comments
Comment #1
xamanu commentedYes, I saw this as well. Thanks for the link! I'll put it into the INSTALL.TXT
Comment #2
xamanu commentedI've added the information to INSTALL.TXT and providing now a new source to download the libraries prepackaged and patched. Commit: #253588.
Comment #4
gaele commentedSee http://code.google.com/p/simile-widgets/issues/detail?id=61#c14
Works for me.
Perhaps you could add this to the module?
Comment #5
xamanu commentedThanks for the input. I'll test it.
Comment #6
arnold_mad commentedWhere would be a good place to add SimileAjax.History.enabled = false; in 3.x-dev ?
Comment #7
xamanu commentedWithin the timeline.js file. Fixed with the newest 6.x-3.x-dev version.
Comment #9
btopro commentedpatch against the 2.x branch for reference in distros
Comment #10
btopro commenteddropped tabs