Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Continuous Manager Scrolling Bugs #1305

Closed
wants to merge 2 commits into from
Closed

Fix Continuous Manager Scrolling Bugs #1305

wants to merge 2 commits into from

Conversation

btpf
Copy link

@btpf btpf commented Nov 29, 2022

Fixes bug related to issues #1295, #1303

Fixed bug related to following issues:
#1295
#1303
Fixes the issue of the scroll bar not working if the rendition is resized
while an image is present and using continuous manager
@btpf btpf changed the title Fix Continuous Scroll Jumping Bug Fix Continuous Manager Scrolling Bugs Feb 17, 2023
Copy link

@NoraH1to NoraH1to left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function.prototype.bind() will return a new function, but will not call it.

This will therefore invalidate the fill method, causes some problems when turning pages.

The reason for queue blocking is that the promise indicating the iframe loading state may always be pending, see #1336

@btpf btpf closed this by deleting the head repository Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants