Bug Tracker

Modify

Ticket #4411 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

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

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);

Change History

comment:1 in reply to: ↑ description Changed 4 years ago by jballon

Replying to jballon:

Disregard found the issue caused by other JavaScript interfering, can not delete or close my own tickets - go figure.

comment:2 Changed 4 years ago by dmethvin

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

Closed per your request.

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.