You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/10/22 22:24:26 UTC

[jira] Resolved: (WICKET-3127) Adding node to a collapsed tree node should not cause it to expand

     [ https://issues.apache.org/jira/browse/WICKET-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3127.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M3
                   1.4.13

Patch applied to both 1.4.x and 1.5.x.
Thanks!

> 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.