Daniel Weck

Results 315 issues of Daniel Weck

Hello Juan (@JCCR), I've been testing the bookmarking "export" feature to check that the reading location is restored correctly in Chrome, Firefox, Edge and IE...unfortunately in Internet Explorer this feature...

priority:Blocking
type:Bug
func:Navigation
platform:Windows
browser:IE

https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2Freadium%2Freadium-test-files%2Fmaster%2Ffunctional%2Fsmoke-tests%2FSmokeTestFXL&goto=%7B%22idref%22%3A%22spine-images-001%22%2C%22elementCfi%22%3A%22%2F4%2F2%2F2%2C%2F1%3A0%2C%2F1%3A1%22%7D Step 1: force single page display Step 2: go to next page (tiger should render with infinite loader) Step 3: go to next page (orange cat should render with...

priority:High
type:Bug
func:Rendering
func:Image
difficulty:Dev

priority:Low
func:CSS
func:UX
func:A11y
type:Feature
type:FAQ

Looks like the combined CSS presentation effects on iframe contents and iframe parents do not work anymore, probably something to do with animation timing (easy to check with `setTimeout()` on...

priority:Medium
type:Bug
func:CSS
func:UX
type:FAQ

https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2FIDPF%2Fepub3-samples%2Fmaster%2F30%2Fpage-blanche-bitmaps-in-spine

priority:Medium
type:Bug
func:Content
browser:CloudReader

For example: - image tap behaviour (good use-case for plugin too) - page-break replacement with column-break (specific to reflow view mode) - etc. This sounds like an extension point to...

priority:Medium
type:Discussion
func:Rendering
status:NeedMoreInfo
type:Feature
difficulty:Guru
type:FAQ

Existing highlights should refresh when document formatting changes. CC @JCCR Reported by @lwm561 here: https://github.com/readium/SDKLauncher-iOS/issues/91#issuecomment-263753165

priority:High
type:Bug
func:CSS
func:Highlight
func:HTML
difficulty:Dev

In other words, dynamic hyperlink creation / activation and `window.location` redirect are not captured / intercepted by Readium. See `internal_links_support.js` and `processLinkElements()`: https://github.com/readium/readium-shared-js/blob/develop/js/views/internal_links_support.js#L180

priority:High
type:Bug
status:Reproducible
func:HTML
func:JavaScript

Open the following link and load the web console to see error messages: `DOMException: Failed to execute 'insertRule' on 'CSSStyleSheet': Failed to insert the rule.` https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2Fstandardebooks%2Fmark-twain_a-connecticut-yankee-in-king-arthurs-court%2Fmaster%2Fsrc ( https://github.com/standardebooks/mark-twain_a-connecticut-yankee-in-king-arthurs-court/tree/master/src ) Note...

priority:High
type:Bug
func:CSS
func:Layout
difficulty:Dev

`loadSpineItem()` in reflowable_view: https://github.com/readium/readium-shared-js/blob/develop/js/views/reflowable_view.js#L204 ``` javascript // TODO: this is a dirty hack!! _currentSpineItem.paginationInfo = _paginationInfo; ``` The `paginationInfo` field is missing in the one_page_view (which drives both FXL and...

priority:High
type:Bug
func:Highlight