You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2008/12/17 17:49:44 UTC

[jira] Assigned: (WICKET-1985) AbstractTree breaks on multiple tree model events in the same request

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

Igor Vaynberg reassigned WICKET-1985:
-------------------------------------

    Assignee: Matej Knopp

> AbstractTree breaks on multiple tree model events in the same request
> ---------------------------------------------------------------------
>
>                 Key: WICKET-1985
>                 URL: https://issues.apache.org/jira/browse/WICKET-1985
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>            Reporter: Frank van Lankvelt
>            Assignee: Matej Knopp
>         Attachments: patch
>
>
> When multiple events are fired by the treemodel, e.g. an expandNode and selectNode, unreachable treeitems end up times in the dirtyitems list.
> Their children will be added to the treeitemcontainer in ontargetrespond, leading to the situation where it has children that are not rendered.
> (in development, an "unrendered component" exception is thrown)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.