Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I get similar errors in FF 3.6.17
Timeline.strings is undefined
Timeline.GregorianDateLabeller is undefined
Timeline.GregorianDateLabeller.monthNames["en"] = [
labellers.js (Zeile 6)
while I get in Chrome V11:
Uncaught TypeError: Cannot set property 'en' of undefined
/dc-javascript/timeline/timeline_js/scripts/l10n/en/labellers.js:6
Uncaught TypeError: Cannot read property 'monthNames' of undefined..
- but only if bundle=true is NOT set, i.e. I try to read from the source files.
The solution is as extracting timeline_source.zip as well (besides
timeline_libraries.zip), else the folder styles with the css files is missing
and the js files in scripts as well, except the files in l10n.
Original comment by gemak...@gmail.com
on 31 May 2011 at 8:08
Original comment by ryan...@csail.mit.edu
on 23 Jun 2011 at 9:37
I have this issue with latest trunk in Firefox9 & Chrome.
I think the issue is the same as was solved by OpenLayers with their guaranteed
execution order:
http://trac.osgeo.org/openlayers/ticket/2933
Original comment by francisb...@gmail.com
on 12 Jan 2012 at 12:59
Has there been an update on this issue? I'm looking into Timeline and am
currently stuck here.
Original comment by chris.fa...@gmail.com
on 21 Mar 2013 at 6:37
I had the same issue, which I discovered was from me trying to load the JS at
the bottom of the page rather than the header like the demos show. I moved the
following to the head section of the page and all works all the time:
<script>
Timeline_ajax_url = "/timeline/timeline_ajax/simile-ajax-api.js";
Timeline_urlPrefix = '/timeline/timeline_js/';
Timeline_parameters = 'bundle=true';
</script>
<script src="/timeline/timeline_js/timeline-api.js?bundle=true"
type="text/javascript"></script>
Original comment by MattFrom...@gmail.com
on 4 Jul 2013 at 2:10
Hi Everyone,
There is an issue with the Firefox 31 or above version where i am not able to
see the timeline of my product.
Please post your inputs and suggestions.
Thanks,
Sagar
Original comment by sagarsur...@gmail.com
on 18 Nov 2014 at 7:50
Original issue reported on code.google.com by
katerina...@gmail.com
on 6 May 2011 at 10:13