vishnukottala / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

JS error causes pdf not to render #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Download Zine version 2.1.0, unzip it to a local directory, and view the
index_html4.html file and the index_html5.html file through firefox with
firebug/console opened. In the html4-mode i get the following js-errors:
- TypeError: c.split is not a function
source/2.1.0-1.3.0/js/jquery.min.js/eval/seq/3 Line 1
- TypeError: c.Gc.fadeOut is not a function
source/2.1.0-1.3.0/js/jquery.min.js/eval/seq/3 Line 1
In the html5-mode i get the following js-errors:
- TypeError: c.split is not a function
source/2.1.0-1.3.0/js/jquery.min.js/eval/seq/3 Line 1
- TypeError: this.Gc.find is not a function
source/2.1.0-1.3.0/js/jquery.min.js/eval/seq/3 Line 1
- TypeError: c.Gc.fadeOut is not a function
source/2.1.0-1.3.0/js/jquery.min.js/eval/seq/3 Line 1

What is the expected output? What do you see instead?
I expect to see a rendered pdf throught the zine-plugin, instead i see the 
thumbnails but the pdf isn't rendered

What version of the product are you using? On what operating system?
Zine v 2.1.0 on Ubuntu 12.10x64 with Firefox 19.0.2

Original issue reported on code.google.com by fr...@jaarsma-deboer.nl on 18 Mar 2013 at 7:21

GoogleCodeExporter commented 9 years ago
fixed in our dev branch and upcoming build. Contact us directly if you want a 
prerelease

Original comment by erik.eng...@devaldi.com on 24 Mar 2013 at 5:41