I have a page with 2 editors on it. I have some javascript that, upon save, checks to see if there is data inside the editors (using editor1.value.length) and also does other validation on other form fields. The save is done with an onclick event and a form.submit(); command.
Many times the editors have data but the validation reports that they are empty. If I click on save again then it goes through. Is there something that I need to change?