HAYAJOUDEH20 / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

ASP.NET control is repoting an error immediately upon page load #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add the control, a ValidationSummary and a Button to a page.
2. Browse the page.

What is the expected output? What do you see instead?
The ValidationSummary should display no errors until the button is 
clicked.  However, the ValidationSummary displays the control's error 
message immediately, before the user had ever attempted to enter the 
validation.

What version of the product are you using? On what operating system?
ASP.NET 3.5 on Vista SP1.

Please provide any additional information below.
To correct this problem, the "IsValid" property should not return "flase" 
until after the Validate() method is called.  Until then, it should only 
return "true."

I have attached a modified RecaptchaControl.cs with my proposed fix for 
this issue.

Original issue reported on code.google.com by kc.jkey...@gmail.com on 4 Apr 2008 at 12:39

Attachments:

GoogleCodeExporter commented 9 years ago
i had this same issue. Thanks for uploading a fix. I recompiled the source with 
your
update and it works great.

Why hasn't this been updated into the release?

Original comment by brian...@gmail.com on 13 May 2008 at 1:06

GoogleCodeExporter commented 9 years ago
I had the same problem.  Just wanted to say that I really appreciate the fix.

Original comment by ofthefou...@gmail.com on 27 Jul 2008 at 11:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
updated dll - obviously this is not an official release. I just compiled the 
code
after applying the fix.

Original comment by brian...@gmail.com on 28 Sep 2008 at 11:44

Attachments:

GoogleCodeExporter commented 9 years ago
Great fix.  Add to released version please? =)

Original comment by kurt.her...@gmail.com on 9 Oct 2008 at 4:37

GoogleCodeExporter commented 9 years ago
will this work for .net 1.1

Original comment by mhoff1...@gmail.com on 8 Jan 2009 at 2:42

GoogleCodeExporter commented 9 years ago
Confirmed, looking for fix.

Original comment by adrian.g...@gmail.com on 2 May 2009 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by adrian.g...@gmail.com on 1 Dec 2010 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by adrian.g...@gmail.com on 30 Mar 2012 at 6:15