You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
@tvoliter, looks like this comes from the new if (selected && selected.isDirectory) check in ProjectManager. I wonder if we could replace that with a a flag so that we just ignore "documentSelectionFocusChange" events while calling setFileSelectionFocus(). (Since the goal of that call is only to notify WorkingSetView, not the project tree that has already responded to the click).
This isn't that easy to hit, but I preliminarily tagged it Sprint 11 since it's a regression (afaict).
(You can also repro this by clicking the header link in inline editors, or by using File > Open)
Result: Folder remains selected in project tree. No selection highlight shown for the file that you just opened.
Expected: Selection highlight moves to the file you just opened.
This is a regression from the #1117 fix (pull #1269).
The text was updated successfully, but these errors were encountered: