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
When there is a selection in the tree, expanding or collapsing any tree node causes the effect(s) of left click on selected node.
Steps to reproduce
Click on any class node in the tree (for the node to become selected and editor tab to be opened).
Close opened editor tab.
Expand or collapse any node in the tree .
Expected behavior
Tree node gets expanded/collapsed, state of the editor doesn't get changed.
Observed behavior
Tree node gets expanded/collapsed, new editor tab for class that is selected in the tree gets opened.
The issue seems to be caused by the change to implementation of getJNodeUnderMouse method in 8271277 (or the fact that here it is called with trySelection parameter being true).
The text was updated successfully, but these errors were encountered:
When there is a selection in the tree, expanding or collapsing any tree node causes the effect(s) of left click on selected node.
Steps to reproduce
Expected behavior
Observed behavior
The issue seems to be caused by the change to implementation of
getJNodeUnderMouse
method in 8271277 (or the fact that here it is called withtrySelection
parameter beingtrue
).The text was updated successfully, but these errors were encountered: