Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Validating not happening in IE6 & no error removal on keyup
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
scud  
View profile  
 More options Feb 21 2008, 10:34 am
From: scud <scu...@gmail.com>
Date: Thu, 21 Feb 2008 07:34:17 -0800 (PST)
Local: Thurs, Feb 21 2008 10:34 am
Subject: [Validate] Validating not happening in IE6 & no error removal on keyup
I've got two issues. I recently had to put some form validating on
pages for a client and thought they were working fine since I could
see them in FF, IE7 and Safari, however upon checking in IE6 I'm
seeing that nothing is being checked. I see no errors on my pages, and
don't know why it would be happening.

Also of note on the pages is that even in the browsers where it does
work, when you submit the page and receive error messages they don't
disappear when you put good data into the input fields.

The pages can be seen <a href="http://www.doralbank.com/en/sub-pages/
doral-interested.aspx">here</a> and <a href="http://www.doralbank.com/
en/sub-pages/doral-contact-us.aspx">here</a>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
scud  
View profile  
 More options Feb 21 2008, 10:40 am
From: scud <scu...@gmail.com>
Date: Thu, 21 Feb 2008 07:40:31 -0800 (PST)
Local: Thurs, Feb 21 2008 10:40 am
Subject: Re: Validating not happening in IE6 & no error removal on keyup
    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
scud  
View profile  
 More options Feb 21 2008, 10:48 am
From: scud <scu...@gmail.com>
Date: Thu, 21 Feb 2008 07:48:11 -0800 (PST)
Local: Thurs, Feb 21 2008 10:48 am
Subject: Re: Validating not happening in IE6 & no error removal on keyup
I seem to have fixed the IE6 issue by not using the packed version and
instead putting in un-packed and un-minified version. Now I get the
proper validation checks in IE6, but the erros still don't go away
when someone enters in information.

On Feb 21, 10:34 am, scud <scu...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jörn Zaefferer  
View profile  
 More options Feb 24 2008, 12:30 pm
From: Jörn Zaefferer <Enc...@gmx.net>
Date: Sun, 24 Feb 2008 18:30:12 +0100
Local: Sun, Feb 24 2008 12:30 pm
Subject: Re: [jQuery] Re: Validating not happening in IE6 & no error removal on keyup
scud schrieb:
> I fixed the IE6 not-working issue by not using the packed version of
> the validate.js, so apparently the packed version is busted in IE6. I
> went with the full text version and almost all seems to be fine.

> I still have the problem of the fields not being checked as a user
> enters in information and navigates through the form.

This may give some insight into the issue:
http://docs.jquery.com/Plugins/Validation#Validation_event

Let me know if it doesn't help.

Jörn


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
scud  
View profile  
 More options Feb 25 2008, 12:34 pm
From: scud <scu...@gmail.com>
Date: Mon, 25 Feb 2008 09:34:03 -0800 (PST)
Local: Mon, Feb 25 2008 12:34 pm
Subject: Re: Validating not happening in IE6 & no error removal on keyup
Jorn,

I tried looking at that and I guess the thing I'm not understanding is
where do I specify the option:onkeyup to make sure that that's
happening? I thought it was unnecessary because I thought I remembered
reading that the validation was lazy until they submitted something
and then the validating happens when they enter in text and also when
they move to the next form element.

For whatever reason none of those checks seem to happen and I guess
that's why I'm confused.

On Feb 24, 12:30 pm, Jörn Zaefferer <Enc...@gmx.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jörn Zaefferer  
View profile  
 More options Feb 26 2008, 1:11 pm
From: Jörn Zaefferer <Enc...@gmx.net>
Date: Tue, 26 Feb 2008 19:11:05 +0100
Local: Tues, Feb 26 2008 1:11 pm
Subject: Re: [jQuery] Re: Validating not happening in IE6 & no error removal on keyup
scud schrieb:
> Jorn,

> I tried looking at that and I guess the thing I'm not understanding is
> where do I specify the option:onkeyup to make sure that that's
> happening? I thought it was unnecessary because I thought I remembered
> reading that the validation was lazy until they submitted something
> and then the validating happens when they enter in text and also when
> they move to the next form element.

> For whatever reason none of those checks seem to happen and I guess
> that's why I'm confused.

Could you create a ticket for the errors-not-disappearing issue?
http://dev.jquery.com/newticket

Thanks
Jörn


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
scud  
View profile  
 More options Feb 27 2008, 10:35 am
From: scud <scu...@gmail.com>
Date: Wed, 27 Feb 2008 07:35:25 -0800 (PST)
Local: Wed, Feb 27 2008 10:35 am
Subject: Re: Validating not happening in IE6 & no error removal on keyup
On Feb 26, 1:11 pm, Jörn Zaefferer <Enc...@gmx.net> wrote:

> Could you create a ticket for the errors-not-disappearing issue?http://dev.jquery.com/newticket

> Thanks
> Jörn

Ticket created: http://dev.jquery.com/ticket/2426

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
scud  
View profile  
 More options Feb 27 2008, 12:06 pm
From: scud <scu...@gmail.com>
Date: Wed, 27 Feb 2008 09:06:52 -0800 (PST)
Local: Wed, Feb 27 2008 12:06 pm
Subject: Re: Validating not happening in IE6 & no error removal on keyup

On Feb 27, 10:35 am, scud <scu...@gmail.com> wrote:

> On Feb 26, 1:11 pm, Jörn Zaefferer <Enc...@gmx.net> wrote:

> > Could you create a ticket for the errors-not-disappearing issue?http://dev.jquery.com/newticket

> > Thanks
> > Jörn

> Ticket created:http://dev.jquery.com/ticket/2426

Of course as soon as I write the ticket I find the solution. It was
the fact that I was using the delegate plugin as well, which I
remember seeing was a requirement as part of one of the readme files.
As soon as I deleted that, the error messages disappeared once
information was entered.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jörn Zaefferer  
View profile  
 More options Feb 27 2008, 3:52 pm
From: Jörn Zaefferer <Enc...@gmx.net>
Date: Wed, 27 Feb 2008 21:52:20 +0100
Local: Wed, Feb 27 2008 3:52 pm
Subject: Re: [jQuery] Re: Validating not happening in IE6 & no error removal on keyup
scud schrieb:

Okay, glad that got fixed. I closed the ticket, please reopen it if you
find a place where the delegation plugin is still mentioned.

Jörn


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google