View Single Post
Old 11-19-2015, 01:25 AM   #308
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by MacEachaidh View Post
I'm once again seeing the bug where a final single-line para at the end of a chapter, if it appears at or near the bottom of a screen, is pushed over to the next screen, leaving an uncoded gap. This is on my Touch, running 3.18.0, and is counter to my widows/orphans settings.

I had an idea this had been addressed. Was I wrong, or is it back for some reason?
I think that is intentional. It has been like that forever.

The ePub built-in stylesheet has the following line:
Code:
body { padding-bottom: %1 !important; }
where %1 is the height of one line.

In other words, a blank line is added automatically at the end of every chapter, the effect of which is to (sometimes) push the last line onto the next page.

Some publishers also add their own code to do the same thing, sometimes by adding a blank paragraph at the end of a chapter. In some cases this can combine with the stylesheet to push more than one line to the next page.

(Edit: Those who patch the firmware might not see this, depending on their choice of patches, because some of the patches remove this line from the built-in stylesheet to make room for other things.)

Last edited by GeoffR; 11-19-2015 at 02:02 AM. Reason: Those who patch ...
GeoffR is offline   Reply With Quote