Modify ↓
Ticket #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: | |
| 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:2 Changed 5 years ago by flesler
- Owner set to joern
Note that Konqueror isn't supported. Opera is.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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