-
Notifications
You must be signed in to change notification settings - Fork 100
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
Weird position values on text page #501
Comments
I can confirm that the scroll indicator shows sometime wired things. For me it shows "All", which should only be displayed if the page fits into the viewport. I'm not sure how to fix this. At the time we use the webextension to calculate the required information by using the dome api. But there seems to be pages or documents (are represented as DOM in browser too) where our calculation is completely wrong. |
I made some tests to check why, when and where that weird values happen. I didn't get into code yet but it looks like webextension checks only And some screenshots:
Another issue as you said is it shows |
@TimsManter Thank you for your detailed investigations. These information helped me a lot. I've made a new branch so we can test this a while. |
vimb, version 3.2.0
Steps to reproduce
Go to kernel coding style and scroll down the page,
Expected behaviour
Page position indicator (at right in address bar) shoud inform about view position on the page in %s.
Actual behaviour
Values starts from about 61537% and while scrolling go to 0% then loop again from around 2^16%.
The text was updated successfully, but these errors were encountered: