Quote:
Originally Posted by davidfor
Kobo have stated that firmware 3.5.0 will be released for the Glo, Aura and Aura HD. They state the improvements as:[list][*]New Adobe RMSDK - Support for new Adobe DRM
- Long paragraph bug is fixed!
|
Well, I'm not so sure that the Long paragraph bug has been completely fixed and the end of chapter bug is still there.
I'm currently reading a book (epub) that shows the similar LPB symptoms.
Every few pages there is a gap of the size of two text lines. None of the code used by the elements (css/htm/xml) explains this behaviour. I.e: no deliberate margin/padding settings.
The only difference this book has to my other books that it uses different values for the @page rule.
All my books are standard edited with
and the LPB seems to be fixed.
The problematic book I currently read uses these values:
Code:
@page{margin:4pt 0 3pt;}
Guess, LPB is triggered by a combination of font family, font size, line height and @page rule
Note: setting reading settings to "full screen" mode (show header and footer disabled) seems to solve the LPB.