Side navigation
#3035 closed bug (fixed)
Opened June 13, 2008 10:00AM UTC
Closed July 13, 2008 03:05PM UTC
[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
Attachments (0)
Change History (4)
Changed June 13, 2008 10:25AM UTC by comment:1
Changed June 13, 2008 06:35PM UTC by comment:2
owner: | → joern |
---|
Note that Konqueror isn't supported. Opera is.
Changed July 13, 2008 12:39PM UTC by comment:3
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 |
---|
Changed July 13, 2008 03:05PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [5788].
This must be something related with input field handling change because select validation works with jquery-1.2.6