Bug Tracker

Modify

Ticket #2403 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

[validate] radio/checkbox click overwriting

Reported by: boryspo Owned by: joern
Priority: minor Milestone: 1.2.2
Component: plugin Version: 1.2.1
Keywords: validate checkbox radio Cc:
Blocking: Blocked by:

Description

Validator plugin overwrites former onclick events on checkboxes/radiobuttons. Those events should be executed after the validation has taken place (in the background or as a custom callback function). Now the only way to handle this is to disable check/radio validation on-the-fly.

Change History

comment:1 Changed 5 years ago by joern

  • Version changed from 1.2.3 to 1.2.1
  • Milestone changed from 1.2.4 to 1.2.2

comment:2 Changed 5 years ago by joern

The validation plugin doesn't overwrite any event, on the contrary, it registers those click events only on the parent form, not even on the elements themselve.

Without an actual example where the issue occurs I don't know what to fix here.

comment:3 Changed 5 years ago by joern

  • Owner set to joern

comment:4 Changed 5 years ago by joern

  • Status changed from new to closed
  • Resolution set to invalid

Can't reproduce, see previous comment.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.