Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.3, 5.2
-
None
Description
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.