Member
- Joined
- Sep 26, 2018
- Messages
- 123
!!!Solved!!! Issue was user error, was not aware that if you pressed "h" you would reverse page and chapter direction.
Environment: Chrome Version 71.0.3578.98 (Official Build) (64-bit), Win 10, using url https://mangadex.org/chapter/525377/14
Description: When navigating either by clicking the pages, using the side panel navigation buttons for pages, or using the side navigation buttons for chapter, User will be redirected to the opposite page than expected; If pressing right button, then will be navigated backwards.
Debugging results: href within the chapter buttons and the page buttons on the left navigation have swapped hrefs. Does not happen in incognito mode. Does not happen in FireFox or Edge. Problem still persists in normal chrome window after all extensions disabled and cache cleared. Did not attempt to clear cookies or logout/login
Html on page, Given I am on page 14 (see above url)
For bugged button:
<a class="page-link-left col-auto arrow-link" href="/chapter/525377/15" data-action="page" data-direction="left" data-by="1">
<span class="fas fa-angle-left fa-fw" aria-hidden="true" title="Turn page left"></span>
</a>
For not bugged button:
<a class="page-link-left col-auto arrow-link" href="/chapter/525377/13" data-action="page" data-direction="left" data-by="1">
<span class="fas fa-angle-left fa-fw" aria-hidden="true" title="Turn page left"></span>
</a>
Solved: Issue was user error, was not aware that if you pressed "h" you would reverse page and chapter direction.
Environment: Chrome Version 71.0.3578.98 (Official Build) (64-bit), Win 10, using url https://mangadex.org/chapter/525377/14
Description: When navigating either by clicking the pages, using the side panel navigation buttons for pages, or using the side navigation buttons for chapter, User will be redirected to the opposite page than expected; If pressing right button, then will be navigated backwards.
Debugging results: href within the chapter buttons and the page buttons on the left navigation have swapped hrefs. Does not happen in incognito mode. Does not happen in FireFox or Edge. Problem still persists in normal chrome window after all extensions disabled and cache cleared. Did not attempt to clear cookies or logout/login
Html on page, Given I am on page 14 (see above url)
For bugged button:
<a class="page-link-left col-auto arrow-link" href="/chapter/525377/15" data-action="page" data-direction="left" data-by="1">
<span class="fas fa-angle-left fa-fw" aria-hidden="true" title="Turn page left"></span>
</a>
For not bugged button:
<a class="page-link-left col-auto arrow-link" href="/chapter/525377/13" data-action="page" data-direction="left" data-by="1">
<span class="fas fa-angle-left fa-fw" aria-hidden="true" title="Turn page left"></span>
</a>
Solved: Issue was user error, was not aware that if you pressed "h" you would reverse page and chapter direction.