Quote:
Originally Posted by JSWolf
That's odd. I don't use either patch and yet I've never seen this bug. I have text go all the way to the bottom of the screen. Well, right on top of the footer.
|
The last time I saw it was back in firmware 2.8.1 or early 3.0 series I think, which was around two years ago. It could just be a coincidence that it stopped hapenning about the time I started using that patch, a lot of other things have changed since then including the major update of the RMSDK.
Edit: I have experimented with the ePub I am currently reading by adjusting the font size / line spacing / margins to try and make the last line of the chapter end exactly on the last line of the page:
* With the patch to remove the padding-bottom line from the built-in stylesheet, I can make the last line of the chapter end on the last line of the page.
* Without the patch, I can't make the last line of the chapter end on the last line of the page, instead it gets bumped to the next page and I end up with a blank line at the bottom of the (now second-to-last) page.
So I am certain that the padding-bottom in the built-in stylesheet has the effect of pushing the last line of the chapter onto the next page if it was set to appear on the last line of the page, but I'm not sure how it could make a line further up the page get pushed onto the next page unless there is some other interaction with the book's stylesheet (e.g. orphans/widows settings, body margin- or padding-bottom set in the XPGT stylesheet, body font-size set larger than the paragraph font size, etc.)
Have a look in the
3.18.0 patching thread if you want to experiment yourself.