Tree: Selected ui-tree-nodes are not always classed correctly
See original GitHub issuePF 11 and 12
Selected ui-tree-node
with selectionMode="checkbox"
has the class ui-treenode-selected
which is correct:

with selectionMode="single"
or multiple
, selected nodes are classed ui-treenode-unselected
which is wrong:

Relates to #8649
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
clr-tree-node selection not effect collapsed child nodes
I've build a component based on Clarity (v 0.13. 1) Tree view, I have an issue when i am selecting\ unselecting a collapsed...
Read more >Primefaces Tree, TreeNode, TreeTable Example Tutorial
Tree component provides a built-in functionality that help you identify those selected nodes. Node selection mechanism supports three modes, for ...
Read more >Clear tree selection and state on UI - Google Groups
Have one jsTree Config and using refresh to load different trees with data from DB. Everything works fine. We have a requirement where...
Read more >ui.tree, API Reference Webix Docs - Documentation
This page contains ui.tree documentation to help in learning the library. ... isSelected, checks whether the specified item is selected or not.
Read more >Check if a given graph is tree or not - GeeksforGeeks
How to check for connectivity? Since the graph is undirected, we can start BFS or DFS from any vertex and check if all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can have a look as well, not sure when I can find some time though.
Showcase should work locally now…