Open GoogleCodeExporter opened 8 years ago
I can confirm this also applies in the GUI 800*580 template as well and it
makes it hard to create a shared demo.
Original comment by neil.mu...@catalyse.net
on 24 Nov 2010 at 10:34
This corrects it for web export, but will probably screw ODT (probably should
override it in WebPageExporter.js):
BaseRasterizedExporter.js: line 27
attr.nodeValue = path.replace(DirIO.sep,"/");
The basic problem is that the image path is "pages\image.png" which gets
converted to %5C.
Original comment by neil.mu...@catalyse.net
on 24 Nov 2010 at 11:46
Any modern Browser should be able to translate a "/" into a "\" (or, as it is,
%2C into %5C) if needed locally in a MS environment.
On the other hand, things won't work vice versa (if you have %5C, it won't
translate back to %2C if you need it online or on a Mac/Linux machine).
Suggestion: Why not make "\" the default on html export, and maybe make the
other way optional?
Original comment by jan.stor...@googlemail.com
on 8 Jun 2011 at 3:10
Thank you for your bugfix on comment 2, Neil. It works well.
Original comment by andrebac...@gmail.com
on 27 Jan 2012 at 1:04
I guess my question is relatively stupid, but how do I apply this bug fix? I
applied the change to the js, with no effect... but I get the feeling the whole
Pencil/app directory is not being used when I'm exporting a document. A renamed
a directory for fun and the export was still working. I'm on Windows and I
tried with Pencil as a Firefox plugin and stand alone program, and I still have
the problem. Any idea?
Original comment by guilla...@metayer.ca
on 2 Feb 2012 at 3:04
You will first have to extract the .xpi file (it is in reality just a .zip
file).
Then you edit BaseRasterizedExporter.js.
After that, you zip the entire folder, change the file ending to .xpi and
overwrite your original
C:\users\<your_username>\AppData\Roaming\Mozilla\Firefox\Profiles\<random>.defau
lt\extensions\pencil@evolus.vn.xpi (This is the path for Windows Vista/7, it is
slightly different for XP).
Original comment by andrebac...@gmail.com
on 2 Feb 2012 at 3:19
[deleted comment]
[deleted comment]
Please answer!!!
Why not make "\" the default on html export, and maybe make the other way
optional?
Solution from #2 comment doesnt work for me!!!
Original comment by ggek...@gmail.com
on 22 Nov 2012 at 7:28
Original issue reported on code.google.com by
thomasse...@gmail.com
on 11 Oct 2010 at 1:47