Ticket #2772 (closed bug: invalid)
[validate] Required errormessage not always shown by an onblur event
| Reported by: | 11mb | Owned by: | joern |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core | Version: | 1.2.1 |
| Keywords: | required onblur errormessage | Cc: | |
| Blocking: | Blocked by: |
Description
eg.: When you have a form with 3 text-input field which are all required and you do this:
- type text in input1
- type text in input2
- type text in input3
- back to 1, delete text
- click 2 (no errormessage apears on 1)
- delete text input2
- click 3 (an errormessage apears on 2)
- delete text input3 and click input1 or input2, (no errormessage apears on 3)
when you click back to input1 and add text, click input3 and add text (no errormessage apears on input1), click input1 or 2 (an errormessage apears on 3).
There are variations on this. Sometimes he errors only the last input.
So, in short: The onblur event or the validation process after the onblur, for required field, seems to be defect.
Change History
comment:2 in reply to: ↑ description Changed 5 years ago by 11mb
Replying to 11mb: As I can imagine that above description is not thát clear, here's a screen capture:
comment:3 Changed 5 years ago by joern
- Status changed from new to closed
- Resolution set to invalid
The behaviour for onblur is explained here: http://docs.jquery.com/Plugins/Validation#Validation_event
If you still think the implementation is buggy, please reopen.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
