Skip to main content

Bug Tracker

Side navigation

#2403 closed bug (invalid)

Opened February 23, 2008 11:32PM UTC

Closed May 12, 2008 10:08AM UTC

[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:
Blocked by: Blocking:
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.

Attachments (0)
Change History (4)

Changed March 20, 2008 12:27PM UTC by joern comment:1

milestone: 1.2.41.2.2
version: 1.2.31.2.1

Changed March 20, 2008 12:31PM UTC by joern comment:2

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.

Changed March 20, 2008 12:32PM UTC by joern comment:3

owner: → joern

Changed May 12, 2008 10:08AM UTC by joern comment:4

resolution: → invalid
status: newclosed

Can't reproduce, see previous comment.