-
Notifications
You must be signed in to change notification settings - Fork 22
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
Clicking on a different tab and then back on the first one - loses the context of the tab #67
Comments
The position of tab:1 should persisted and when it is revisited it needs to scroll to the previous position. I guess the issue is that the length of tab:1 is very long and due to page lazy load optimization the scroll position may not be correct. Is the length of tab:1 very long? Will it work if you scroll it a bit, switch to tab:2 and switch back? |
|
Is there any explicit config override / script that I can add on my install - so that this gets to work in the way I want? |
Not right now. You can fork the repo and fix the issue. I suppose the fix should be try to scroll multiple times until there are no lazy rendered elements. |
In logseq/logseq#9721, someone mentions the "Save scrollbar position" plugin can be a workaround. |
+1 would be great to fix and very annoying for larger pages. |
As in the Screenshot - following are the steps:
Tab:1
Tab:2
Tab:1
Tab:1
is lost - and one needs to drag the page all the way down to "reload" the page - upto the point where one was working on.The text was updated successfully, but these errors were encountered: