View Single Post
Old 10-04-2014, 10:11 AM   #87
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
I think we already know that ADE likes breaking lines at element borders (<span>s, <em>s, etc.), even when there is no space. This is another sample of annoying results caused by this behaviour bug:

Code:
some text <a id="pg_123"/>and more text
When ADE thinks that it's OK to break the line between the <a> and "and", the first line ends with a visible space. It's as if there were an &nbsp; but worse (an &nbsp; doesn't stretch, this space does.

The workaround is simple:

Code:
some text <span id="pg_123"/>and</span> more text
but I'm afraid many published books already use the first code, and look broken.

PS. I've noticed this reading in my Kobo. I'm assuming this is an ADE bug, and not Kobo-only, but I didn't test, and I could be wrong.
Jellby is offline   Reply With Quote