The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
When removing instances from an instance's 'collection' property, e.g. myInstance.children, if you try to remove (drag & drop to trash) one of those children, then the order of the remaining ones has changed, BUT NOT VISUALLY, which leads to a lot of missunderstanding :
order has changed, and you dont know unless you refresh the page
if u then remove a second child, then you will in fact remove yet another one. This case is the worst because if this was an anomnymous instances, then you just lost it :(
When removing instances from an instance's 'collection' property, e.g.
myInstance.children
, if you try to remove (drag & drop to trash) one of those children, then the order of the remaining ones has changed, BUT NOT VISUALLY, which leads to a lot of missunderstanding :