Adding node to a collapsed tree node should not cause it to expand
------------------------------------------------------------------
Key: WICKET-3127
URL: https://issues.apache.org/jira/browse/WICKET-3127
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.13, 1.5-M3
Reporter: Mike Hefner
Priority: Minor
The fix for WICKET-3112 made a unwanted minor modification to the Tree behavior
that was established in WICKET-2886.
Adding a child to a tree node that already has children and that is currently
collapsed now causes the parent node to expand so that all the children are
displayed. Only adding the first child to a node should cause it to expand, in
all other cases the state of the parent node should not change.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.