Bug Tracker

Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#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:
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.

Change History (3)

comment:1 Changed 15 years ago by joern

Owner: set to joern

comment:2 in reply to:  description Changed 15 years ago by 11mb

Replying to 11mb: As I can imagine that above description is not thát clear, here's a screen capture:

http://www.box.net/shared/6iwdlrtgcg

comment:3 Changed 15 years ago by joern

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.