-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Automatic scrolling to highlighted item in explorer #14097
Comments
I don't think it's the same issue: that other one had to do with updating the tree (e.g. expanding a node), whereas this one does not. |
if you wait 5 seconds after selecting an item, the scroll-back does not happen. |
@tsmaeder is there no way to get around this other than waiting for 5 seconds? |
@kawaragi-momoka I don't know, I just wanted to record the behavior as a pointer for whoever eventually addresses the issue. |
Bug Description:
When I select an item which is towards the top of the explorer, and then scroll down, eventually after a few seconds Theia will automatically scroll up to the selected item.
Steps to Reproduce:
Additional Information
Changing settings such as "editor.stickyScroll.scrollWithEditor" or "explorer.autoReveal" and setting them to false does not affect the behaviour. Nor does setting "explorer.autoReveal" to "focusNoScroll" (in fact this setting does not seem to be supported).
The text was updated successfully, but these errors were encountered: