Side navigation
#2772 closed bug (invalid)
Opened May 02, 2008 10:20AM UTC
Closed May 12, 2008 10:14AM UTC
Last modified March 14, 2012 07:05PM UTC
[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: | |
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (3)
Changed May 02, 2008 01:31PM UTC by comment:1
owner: | → joern |
---|
Changed May 05, 2008 11:48AM UTC by comment:2
Replying to [ticket:2772 11mb]:
As I can imagine that above description is not thát clear, here's a screen capture:
Changed May 12, 2008 10:14AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
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.