Closed GoogleCodeExporter closed 8 years ago
Here's a possible patch:
override public function removeChildByID (id:String):INode
{
var child:INode = super.removeChildByID(id);
if ( child ) {
child.removeEventListener(IsoEvent.INVALIDATE, child_invalidateHandler);
_isInvalidated = true;
}
return child;
}
Original comment by hello.ja...@gmail.com
on 22 Apr 2009 at 4:57
Original comment by jwopitz
on 22 Apr 2009 at 10:36
Original comment by jwopitz
on 4 May 2009 at 8:05
Original issue reported on code.google.com by
hello.ja...@gmail.com
on 22 Apr 2009 at 4:54