patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Bug - Tree view - selected state doesn't persist if parent node is collapsed

Open mcoker opened this issue 3 years ago • 0 comments

https://www.patternfly.org/v4/components/tree-view/#default

If you select a node, then collapse and expand its parent, the node is no longer selected. It should remain selected.

Note: this is just for basic tree view nodes. Checkbox nodes and the new expandable/selectable nodes (from https://github.com/patternfly/patternfly-react/pull/7714) persist the node selection state as expected.

cc @kmcfaul

mcoker avatar Aug 02 '22 20:08 mcoker