Modify ↓
Ticket #4470 (closed bug: invalid)
[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: | |
| Blocking: | Blocked by: |
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.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

