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

Jochen Kemnade updated TAP5-953:
--------------------------------

    Affects Version/s: 5.3
    
> org.apache.tapestry5.dom.Node.remove() should set nextSibling to null
> ---------------------------------------------------------------------
>
>                 Key: TAP5-953
>                 URL: https://issues.apache.org/jira/browse/TAP5-953
>             Project: Tapestry 5
>          Issue Type: Wish
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2
>            Reporter: Jochen Kemnade
>         Attachments: Node.java.patch, nodetest.zip
>
>
> When removing a node from the DOM, its next sibling node should be reset.
> This is especially important for the 
> moveToBottom(org.apache.tapestry5.dom.Element element) method. The current 
> behavior of n.moveToBottom(e) results in n's following siblings being 
> rendered twice, once in their original position and once after the moved 
> node. Only the latter seems correct to me.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to