wp-editor is empty on first submit

I just had the same problem.
the submit of content of the wp_editor works not at first-submit, but perfect on second submit.
Another way: Click on the html-button, and then click on the “Vusual”-Button.
I do it with this jquery-statements in my jquery-code to submit the form:

$("#post_content-tmce").click();
$("#post_content-html").click();

These 2 lines before the $.post-statement makes the content of the editor visible, and submit works.