Side navigation
#4411 closed bug (invalid)
Opened March 24, 2009 06:15PM UTC
Closed October 13, 2009 12:14AM UTC
validation plug-in 1.5.2 - internet explorer and click event
Reported by: | jballon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | plugin | Version: | 1.3.2 |
Keywords: | validation | Cc: | |
Blocked by: | Blocking: |
Description
With jQuery 1.3.2 and IE 7 & 8, the delegation of the onclick event causes the submit button to not work, when I change the event to occur onchange the form and validation work normally, additionally I am unable to check the checkboxes. It appears that a return false is being generated causing the event to be canceled.
Not sure why a click event is used instead of change event is being used.
.delegate("click", ":radio, :checkbox", delegate);
.delegate("change", ":radio, :checkbox", delegate);
Replying to [ticket:4411 jballon]:
Disregard found the issue caused by other JavaScript interfering, can not delete or close my own tickets - go figure.