View Single Post
Old 03-24-2012, 10:26 AM   #82
bhaak
Groupie
bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.bhaak can program the VCR without an owner's manual.
 
bhaak's Avatar
 
Posts: 164
Karma: 164969
Join Date: Dec 2011
Device: Palm IIIx, (iPhone|Kindle) Touch
Quote:
Originally Posted by varnie View Post
bhaak
I committed a simple bugfix. please check it out.
Yes, great, that works.

Quote:
Originally Posted by varnie View Post
I'd like to show another misbehaviour I found. It is related to Mobi books rendering.
When the Mobi book contains certain elements, such as code snippets, they do not render well.
Maybe it can be tuned up with the mobi.css settings file.
The problem is that there is no such file There are chm.css, epub.css, fb2.css etc.
There's no mobi.css file as the text in a Mobi books is a stripped down html. If you look into detectFormat() in crengine/src/pdbfmt.cpp, you'll see that it tries to heuristically detect what format the text in a pdb/mobi book is.

You can see in "About" what format your book really is. But AFAIK a Mobi book should probably get detected as html, so changing the htm.css should work.
bhaak is offline   Reply With Quote