Bug Tracker

Modify

Ticket #3035 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

[validate] fails to validate input fields in Opera and Konqueror with jquery-1.2.6

Reported by: martin.k Owned by: joern
Priority: critical Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: validate Cc:
Blocking: Blocked by:

Description

I have a form here which content is dynamicaly generated with php and put with

$.(#someid).html(someval);

after that validator is initiated with

$("#someform").validate();

This form consists of selects and input fields.

Validate plugin (no matter what ver. 1.3 or pre 1.4) + jquery-1.2.6:

fails to validate input fields in:
Opera 9.x
Konqueror (kde 4 version)

but works in FF 3 and IE 7

Validate plugin (no matter what ver. 1.3 or pre 1.4) + jquery-1.2.4-pre:
works perfect in:
Opera 9.x
Konqueror (kde 4 version)
FF 3 and IE 7

Change History

comment:1 Changed 5 years ago by martin.k

This must be something related with input field handling change because select validation works with jquery-1.2.6

comment:2 Changed 5 years ago by flesler

  • Owner set to joern

Note that Konqueror isn't supported. Opera is.

comment:3 Changed 5 years ago by joern

  • Summary changed from Validate plugin fails to validate input fields in Opera and Konqueror with jquery-1.2.6 to [validate] fails to validate input fields in Opera and Konqueror with jquery-1.2.6

comment:4 Changed 5 years ago by joern

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

Fixed in [5788].

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.