Patrick Keating

Results 6 issues of Patrick Keating

There is a bug in EpubNavigator.ts in syncLocation where it calls `nearestPositions.first.copyWithLocations`. On startup there are cases where the object 'nearestPositions.first' exists but it has not had `copyWithLocations` added to...

There is a bug in EpubNavigator.ts in syncLocation where it calls `nearestPositions.first.copyWithLocations`. On startup there are cases where the object nearestPositions.first exists but it has not had copyWithLocations added to...

There is an issue where Themes are retained on certain chapters after changing the theme and navigating with the TOC. I have tested this on Safari, Chrome and Firefox for...

An EPUB 3 file may contain a [page-list nav element](https://www.w3.org/TR/epub-33/#sec-nav-pagelist) which is used quite often in academic settings. It would be nice if the toolkit made the current page number(s)...

enhancement

There is a bug in ts-toolkit where the book content will not render after navigation. It is reproducible both in testapp/vanilla and the playground app on both Safari and Chrome...

bug

There is an issue where the first pages of a book will not be displayed in ts-toolkit test app/vanilla on Safari for macOS. Resizing the browser window fixes it. Chrome...

bug