Is this a bug or am I doing something wrong?
The blur event doesn't work as I expected. When I write something in the editor and then click outside of it, the blur event activates. But when I click on the empty area (shown in the picture), and then click outside of the editor, the blur event is not triggered, so I have to press the mouse pointer again inside the editor and outside again for it to be triggered.
Yes, it should fire a blur if you go from the UI to another element not withing the editor. The focus/blur is supposed to be fired only when the editor is blurred by moving foucs outside the iframe or the editor ui.
Most helpful comment
Yes, it should fire a blur if you go from the UI to another element not withing the editor. The focus/blur is supposed to be fired only when the editor is blurred by moving foucs outside the iframe or the editor ui.