Modify ↓
Ticket #2403 (closed bug: invalid)
[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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
