Hi Teddy,
WYSIWYG editors have a ton of javascript going on, particularly complex ones like JCE. I think it's probably too complex to manage javascript validation on these fields. The validation you see is PHP validation which is only performed after the form is submitted.
I would try a simpler WYSIWYG editor to see if it works better. If that fails, just a textarea field.
Cheers,
James