Jörn, the problem is simple:

using .parent().parent() in "errorPlacement" breaks the code in IE6.

For example, imagine a TABLE with 2 cols and 2 rows.

errorPlacement: function(error, element) {
error.appendTo( element.parent().parent().css('backgroundColor','#000000') );
 }

In FIREFOX the TR containing the error field is painted black.
In IE6 the TD containing the error field is painted black, but it
should paint the TR, not the TD.

Can you please try to reproduce this?

On Aug 29, 4:36 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Feed schrieb:> Jörn, did you get to this issue? Sorry to bother you, but 
> currently I
> > had to disable validation from my forms because of this "bug" in IE6,
> > I really want to use it in my project, it is awesome. Thanks in
> > advance.
>
> No, I haven't got around to it. Any help on the actual source of the
> actual problem is highly appreciated...
>
> -- Jörn

Reply via email to