sproutcore/rich-text-editor

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

Opened this issue · 0 comments

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