I have changed my tinymce schema to HTML5. when i insert a header or any other HTML5 elements i’m not able to write something out of it.
not able to clicking outside, pressing enter or even using keyboard keys(up, down, … etc).
the only way is opening html codes and putting my codes after or before manually that is not sanity.
I found it myself,
have to set
end_container_on_empty_blockas true while initialing TinyMCE:then double pressing the
Enterwill solves the problem.Edit
Press home and then double pressing
Enterwill allow you to insert anything before.