Side navigation
#4470 closed bug (invalid)
Opened April 01, 2009 10:34PM UTC
Closed February 05, 2010 08:31PM UTC
[validate] Form is sended even with validation errors
Reported by: | rabusmar | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | plugin | Version: | 1.3.2 |
Keywords: | validate,form | Cc: | |
Blocked by: | Blocking: |
Description
After clearing the value of a field in the program the form can be sent once with validation errors, even if I call the valid() method.
I've prepared a small page to see this. To reproduce the error, you have to click the "cancel" button and then send the form by pressing enter or the submit button. You will send the form once, but in the following attempts the form won't be sent.