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
Describe the bug
When selecting a nested TreeItem via the select method, the tree branch disappears in the list.
This only happens if the tree was not collapsed before. If the tree was collapsed before, it works like expected.
To Reproduce
Steps to reproduce the behavior:
Run code below
Click on one of the Buttons to open a part of the Tree
A part of the Tree will disappear
Expected behavior
Independent if the tree was opened before, the select call should collapse the tree up to the item.
Using select when the tree was not collapsed before
Describe the bug
When selecting a nested TreeItem via the select method, the tree branch disappears in the list.
This only happens if the tree was not collapsed before. If the tree was collapsed before, it works like expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Independent if the tree was opened before, the select call should collapse the tree up to the item.
Using select when the tree was not collapsed before

Using select when the tree was collapsed before

Additional context
The text was updated successfully, but these errors were encountered: