Bug Tracker

Ticket #2772 (closed bug: invalid)

Opened 7 months ago

Last modified 7 months ago

[validate] Required errormessage not always shown by an onblur event

Reported by: 11mb Assigned to: joern
Type: bug Priority: minor
Milestone: Component: core
Version: 1.2.1 Keywords: required onblur errormessage
Cc: Needs: Review

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

Change History

  Changed 7 months ago by joern

  • owner set to joern

in reply to: ↑ description   Changed 7 months 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

  Changed 7 months 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.

Note: See TracTickets for help on using tickets.