Open kawaragi-momoka opened 2 months ago
I believe this is a duplicate of https://github.com/eclipse-theia/theia/issues/13461? cc @tsmaeder should we reopen the other issue?
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).