I got the Javascript Validation running, and the post status is preserved if validation fails.
But now I always have to click the submit button twice, to submit the post (probably the first time javascript validation runs?). This is very unintuitive because the user does not know what happened.
Is there any way to avoid the second click if validation is successful? Turns out in operation that some changes where not saved, because the author did not clicked a second time…