Thread: Kobo Bug thread
View Single Post
Old 03-20-2017, 09:09 PM   #859
Namenlos
Enthusiast
Namenlos began at the beginning.
 
Posts: 37
Karma: 10
Join Date: Jul 2014
Device: Kobo Mini
Left right arrows for chapter forward/backward don't work and jump to the first one in the xhtml file. Also the wrong chapter is displayed and the checkmark in the overview is on the wrong chapter. Chapters are generated in Sigil and FlightCrew finds no errors.

toc.ncx
Code:
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN"
 "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd"><ncx version="2005-1" xmlns="http://www.daisy.org/z3986/2005/ncx/">
  <head>
    <meta content="{59B4E70D-E7D8-4591-859A-90C974AEA3FD}" name="dtb:uid"/>
    <meta content="2" name="dtb:depth"/>
    <meta content="0" name="dtb:totalPageCount"/>
    <meta content="0" name="dtb:maxPageNumber"/>
  </head>
  <docTitle>
    <text>finereaderdoc FR roh2</text>
  </docTitle>
  <navMap>
    <navPoint id="navPoint-1" playOrder="1">
      <navLabel>
        <text>authorpage</text>
      </navLabel>
      <content src="Text/main.xhtml"/>
    </navPoint>
    <navPoint id="navPoint-2" playOrder="2">
      <navLabel>
        <text>titlepage</text>
      </navLabel>
      <content src="Text/main-1.xhtml"/>
    </navPoint>
    <navPoint id="navPoint-3" playOrder="3">
      <navLabel>
        <text>ERSTER TEIL</text>
      </navLabel>
      <content src="Text/Erster_Teil.xhtml"/>
      <navPoint id="navPoint-4" playOrder="4">
        <navLabel>
          <text>1</text>
        </navLabel>
        <content src="Text/Erster_Teil.xhtml#sigil_toc_id_1"/>
      </navPoint>
      <navPoint id="navPoint-5" playOrder="5">
        <navLabel>
          <text>2</text>
        </navLabel>
        <content src="Text/Erster_Teil.xhtml#sigil_toc_id_2"/>
      </navPoint>
      <navPoint id="navPoint-6" playOrder="6">
        <navLabel>
          <text>3</text>
        </navLabel>
        <content src="Text/Erster_Teil.xhtml#sigil_toc_id_3"/>
      </navPoint>
[…] (cut here)
Erster_Teil.xhtml
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta name="charset" content="UTF-8"/>
<title></title>
<link rel="stylesheet" href="../Styles/main.css" type="text/css"/>
</head>
<body>
<h1 style="text-align: center;"><span style="font-weight:bold;">ERSTER TEIL</span></h1>
<div style="text-align: center;"><img src="../Images/main-2.png" alt=""/></div>
<h2 id="sigil_toc_id_1" style="text-align: center; "><span style="font-weight:bold;font-style:italic;">1</span></h2>
<p>
[…]
<h2 id="sigil_toc_id_2" style="text-align: center;"><span style="font-weight:bold;"><i>2</i></span></h2>
[…]
Kobo Mini latest firmware (4.xx66) But this was a problem even in 3.19 times and probably before. I am not sure if that is a problem on my epub file.
Namenlos is offline   Reply With Quote