sproutcore / rich-text-editor

A rich text editor for SproutCore.
Other
6 stars 6 forks source link

Clicking on the editor outside the wrapper resets focus & selection. #15

Open dcporter opened 10 years ago

dcporter commented 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.)