[
https://issues.apache.org/jira/browse/WICKET-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924030#action_12924030
]
Hudson commented on WICKET-3127:
--------------------------------
Integrated in Apache Wicket 1.4.x #225 (See
[https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/225/])
WICKET-3127 Adding node to a collapsed tree node should not cause it to
expand
Do not expand a collapsed non-leaf node when adding a sub-node to it.
patch-provided-by: Mike Hefner
merge-from-1.4: r1026477
> 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
> Assignee: Martin Grigorov
> Priority: Minor
> Fix For: 1.4.13, 1.5-M3
>
> Attachments: WICKET-3127-fix.patch, WICKET-3127-QuickStart.zip
>
>
> 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.