NightWhistler / PageTurner

Android e-book reader with cloud synchronization
pageturner-reader.org
GNU General Public License v3.0
466 stars 221 forks source link

Incorrect rendering #560

Open gbraad opened 10 years ago

gbraad commented 10 years ago

When reading a book using a table I noticed a rendering error. Also, for the same page there is no spacing between the words and textyles when using span.

Actual outcome

Following are three screenshots; PageTurner (Pro), Onyx NeoReader on an Onyx T68 and the expected as rendered using webkit.

PageTurner

PageTurner Pro

Onyx NeoReader

Onyx NeoReader

Expected outcome

expected

Steps to reproduce

I have included a gist containing an edited section of the first chapter and first character as shown in the photos; the document is mostly unchanged besides inlining the style into the header.

NightWhistler commented 10 years ago

Hi Gerard,

Thanks for the very detailed report... the table rendering in PageTurner (actually in HtmlSpanner) is still very primitive. This should be a nice use-case to improve and extend it.

gbraad commented 10 years ago

Should an issue be created at the NightWhistler/HtmlSpanner repository to deal with this? Note: It is actually also the whitespace between elements such as . I could create separate issues if needed.