Open manuellagrand opened 5 years ago
What is the exact source / build of the app (develop branch, or prebuilt installer?) I need to see/check the precise navigator version in package-lock.json to make sure the Electron/Chromium fix for left-right arrow keys is included.
the source is develop branch and navigator version is 1.0.26
Hello,
I think this issue is related to a second display glitch
On reader :
When I lower the height of the window, then I raise it to the same height as before.
That display the previous "page" of book and not the same.
I think we can lost the postion in book.
What do you think ?
Ubuntu lts 18.04 r2-navigator in 1.0.26
To narrow down the problem, is there some log we could add to the software, so we can check something?
I am not able to reproduce this on Windows 10.
PS: I am using the develop
branch (well, this actually: https://github.com/readium/readium-desktop/pull/323 )
the paginated mode issue seems fixed on Windows 10. Now, it's the scrollable mode on Windows 10 that blocked book reading. I am using the develop branch
On ubuntu lts 18, it's opposite of the Manuel answer.
Paginated mode is blocked at each new chapter whereas it doesn't blocked in scrollable mode
I cannot reproduce (scroll or paginated) on Linux (Lubuntu 18.04)
I test with various EPUBs, usual suspects: Wasteland, AccessibleEPUB3, ChildrensLitterature ... What EPUBs are problematic in your tests?
Regarding "loosing the reading location": yes, this is a problem we had in Readium1 as well. Because we track the upper-left corner of the document text in order to estimate the user's reading position, when the window is resized there is a side effect of "walking backwards". Note that we also track the reading location when the user interacts with the mouse or keyboard in the document, but this isn't related.
I posted a separate issue: https://github.com/readium/r2-navigator-js/issues/43
I used this epub: https://bibliothequenumerique.tv5monde.com/download/epub/470
in my case i used this epub: https://github.com/IDPF/epub3-samples/releases/download/20170606/moby-dick.epub
https://bibliothequenumerique.tv5monde.com/download/epub/470
=>
504 Gateway Time-out - nginx
Dumas - Le Comte de Monte Cristo-37.epub
=> works fine too in my tests (scroll and paginated)
It's works now. I just removed and added the epub. Sorry for the inconvenience
No problems. Weird though!
On MacOS I have observed a pagination bug (CSS Columns) which sounds very similar to this! When I shring the window to a smaller size, there comes a threshold point at which the reported number of columns/spreads is completely wrong (usually a very small number). It is easy to see in debug/development mode (npm run start:dev
) thanks to the verbose console messages coming from the navigator (Locator
notifications). Very strange bug. I suspect this is a weird edge case with Chromium-in-Electron (not the first one, not the last one ... :( )
Sorry but finally I still have this issue. The behavior is very strange on all epub that I check. (include le comte de monte cristo). When i click on the arrow in reader. inevitably it hangs
reading is blocked after few pages in paginated mode (approximatively 2 pages) depending on the os that is used. with MacOS and Ubuntu 16.04 no problem, but on Windows 10 and Ubuntu 18.04 the reader doesn't work like it should.