blur: function(e) {
            this.focused = false
            if (!this.mousedover && this.shown)
                this.hide()
        },