We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.8.4
Steps:
unit testing
Expected: Page auto-scrolls to the intended sub-heading Actual: Most times the page scrolls to the wrong location of the page
I suspect there is a race between loading content and scrolling.
The text was updated successfully, but these errors were encountered:
The problem is not caused by race between loading content and scrolling. I've tried scrolling after page loaded, it still can not jump to the heading.
Sorry, something went wrong.
As discussed, this is not just a problem specific to search only. It happens even when you try to load through a direct link to a sub-heading:
https://markbind.github.io/markbind/userGuide/components.html#advanced-tips-and-tricks
We need to figure out how to execute code after Vue finishes loading everything (can try document.ready, or Vue.mounted event hook).
document.ready
Vue.mounted
Successfully merging a pull request may close this issue.
v1.8.4
Steps:
unit testing
Expected: Page auto-scrolls to the intended sub-heading
Actual: Most times the page scrolls to the wrong location of the page
I suspect there is a race between loading content and scrolling.
The text was updated successfully, but these errors were encountered: