View Single Post
Old 09-21-2012, 02:54 AM   #7
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
I'm also very impressed by the many new features that you guys added. Unfortunately, I also found a bug in the inline TOC code of the 32bit Windows version.

When Sigil 0.5.905 first generates an inline TOC, it uses the following address format:

Code:
<a href="Text/file.html#toc_marker">Chapter Title</a>
This works great in Sigil 0.5.905, but it doesn't work in ADE. The format should be:

Code:
<a href="../Text/file.html#toc_marker">Chapter Title</a>
To replicate this issue generate the NCX TOC and then the HTML TOC. Validate the epub. Flightcrew will complain about unreachable files in the <spine> and <manifest> sections.

The weird thing is when I opened the very same epub file again, all HTML TOC links were displayed correctly even though TOC.html was still missing the ../ path specification.
Doitsu is offline