Well now...

Just installed Google Toolbar (GT) in IE and I'm getting now starting to see
this issue. It appears that my theory was correct.

In IE, GT overwrite's the title attribute of elements it can autofill with
the message we've all come to know and love ;) (unless the element already
has it's title attribute set to something, then GT leaves it alone). When
searching for error messages, Validate prefers an element's title attribute
above all else. So if an invalid form element has it's title attribute set
to something (it could be anything, doesn't have to specifically be GT's
message) that is what you will see for that element's error message.

This can easily be remedied by making Validate prefer the options object
over the element's title attribute (and since GT doesn't mess with element's
that *already have* title attributes, you have nothing to worry about
there).

Interestingly, this issue does not appear at all in the Firefox version of
GT. You get the same effect, but it's somehow accomplished without messing
with the element's title attribute.

On 4/12/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote:

On 4/12/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>
>  I am using the "Name" attribute and the same value
>
> is used for each input for its ID.
>

I'm doing the same thing, i.e:

<input type="text" name="email" id="email">
<input type="text" name="fullName" id="fullName">

and I'm still not seeing this issue

What browser is this happening in? IE or FF (all of my tests have been in
FF)?

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com




--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to