for (var i = this.containers.length - 1; i >= 0; i--){
            this.containers[i]._propagate("deactivate", event, this, noPropagation);
            if(this.containers[i].containerCache.over) {
                this.containers[i]._propagate("out", event, this);
                this.containers[i].containerCache.over = 0;