Opened 15 years ago
Closed 15 years ago
#3035 closed bug (fixed)
[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: | |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | set to joern |
---|
Note that Konqueror isn't supported. Opera is.
comment:3 Changed 15 years ago by
Summary: | Validate plugin fails to validate input fields in Opera and Konqueror with jquery-1.2.6 → [validate] fails to validate input fields in Opera and Konqueror with jquery-1.2.6 |
---|
Note: See
TracTickets for help on using
tickets.
This must be something related with input field handling change because select validation works with jquery-1.2.6