Open dcporter opened 10 years ago
See the hackish if (!this._mouseDragged) this.becomeFirstResponder(); in mouseUp. What should actually happen is that the blur event handler doesn't force the view to lose first responder status. (That may not be sufficient.)
if (!this._mouseDragged) this.becomeFirstResponder();
blur
See the hackish
if (!this._mouseDragged) this.becomeFirstResponder();
in mouseUp. What should actually happen is that theblur
event handler doesn't force the view to lose first responder status. (That may not be sufficient.)