Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Fix #7951 - Keep scroll position of documents when changing tabs #8102

Closed

Conversation

darkwing
Copy link
Contributor

@darkwing darkwing commented Mar 8, 2019

Fixes #7951

This isn't perfect but it's a big improvement over the current behavior.

Since selectLocation defaults to 1, every time a document is selected, the first line is selected and highlighted. One way to isolate knowing when we truly want line 1 is assigning line 1 to the location if the source isn't open yet and no line assigned.

Where this patch isn't perfect is when you open tabs and refresh the page; since the tabs exist, the scroll isn't changed. It's almost as if documents aren't defaulting back to line 1...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant