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
We are trying to use StyleClass of TreeNode to color the treenode border based on the content of the node. It appears using an EL expression in the styleClass() leads to the Node value being the previous value every time or off by 1 starting with the root.
We have attached an example Test project that shows the issue. The border colors should be RED, GREEN, BLUE but you can see they are all shifted by one color.
I am reporting this through a PRO account so no action for anyone.
melloware
changed the title
Horizonatl TreeNode styleClass not respecting Node EL variable
Horizontal TreeNode styleClass not respecting Node EL variable
Mar 7, 2018
tandraschko
changed the title
Horizontal TreeNode styleClass not respecting Node EL variable
Horizontal Tree: TreeNode styleClass not respecting Node EL variable
Mar 7, 2018
Version: PF 6.1.13 and PF 6.2
Screenshot:
We are trying to use StyleClass of TreeNode to color the treenode border based on the content of the node. It appears using an EL expression in the styleClass() leads to the Node value being the previous value every time or off by 1 starting with the root.
We have attached an example Test project that shows the issue. The border colors should be RED, GREEN, BLUE but you can see they are all shifted by one color.
Runnable Project to demonstrate the issue: primefaces-test-treenode.zip
The text was updated successfully, but these errors were encountered: