You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same thing happens when using the shortcut keys: shortcut.webm
Note: the feature isn't entirely broken and works in some cases. Since you might not find a case where it is broken, I have provided 10 pages of a case where it doesn't work.
✔️ Expected Behavior
The double page view switches between the odd and even pairings of available pages.
❌ Actual Behavior
The double page view '2' pages and '2 odd' pages options are the same.
The text was updated successfully, but these errors were encountered:
It seems the issue lies with the detection of what is and isn't a double page. Whenever I delete all other sized pages and only keep the single pages, everything works as it should (i.e. that's the workaround). If you could point me to the part where this detection happens I might take a look at fixing it myself.
I'd detect double pages simply by checking whether the width is greater than the height. If true then it can be a double page, otherwise it'll be detected as a single page. That way the offset should hopefully be fixed as well as there's no confusion anymore in case there's more than 2 different page sizes in the chapter.
Type of installation
Portable (.zip)
Type of reader (if reader related)
image
Steps to reproduce
Below is a small webm of the bug:
clicking.webm
The same thing happens when using the shortcut keys:
shortcut.webm
Note: the feature isn't entirely broken and works in some cases. Since you might not find a case where it is broken, I have provided 10 pages of a case where it doesn't work.
✔️ Expected Behavior
The double page view switches between the odd and even pairings of available pages.
❌ Actual Behavior
The double page view '2' pages and '2 odd' pages options are the same.
The text was updated successfully, but these errors were encountered: