On 12/03/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Rick Faircloth schrieb:
> > Hi, all..
> >
> > I've been working on Jorn's Validation plug-in and have just
> > about got everything working perfectly for one particular form
> > and I asked my wife to fill out the form and test the validation.
> >
> > She's got Google toolbar on her computer.  When the validation
> > kicked in, instead of my messages showing above the form fields,
> > Google's line of something like "Google toolbar can automatically
> > fill in these fields for you...".
> >
> > So now in that case Google's info was overriding my validation
> > responses.
> >
> > Has anyone had to deal with that?  That's a big deal because everyone
> > who has Google toolbar installed on their browser could have my
> > validation overridden and not even be able to see problem entries
> > or be able to submit a form.
> >
> > I guess one possible solution would be to use field names that
> > they're not using like "Full_Name" instead of "Name"... this is only
> > happening on the personal info, which Google toolbar can fill in.
> >
> This was reported before, but I have so absolutely no clue how to
> prevent that. Taking non-obvious field names seems like a valid workaround.
>
> --
> Jörn Zaefferer
>
> http://bassistance.de

Perhaps using the plugin after the page has loaded (rather than when
it is ready) would be a workaround?

i.e. instead of $(document).ready, use $(window).load

This link may help as well:
http://code.jenseng.com/google/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to