Tinymce: On blur event doesn't always work

Created on 23 Oct 2017  路  1Comment  路  Source: tinymce/tinymce

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.

capture

verified bug

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings