austgl / recaptcha

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

Asp.net control for ReCaptcha not working in Opera #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I've prepared a simple web form which contains only recaptcha control. It works 
great on IE6, IE7, IE8, chrome, ff, safari but I don't know why it doesn't work 
on Opera. When I open this page it's blank. 

The markup is:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" 
Inherits="ClientWebPortal.test" %>
<%@ Register TagPrefix="recaptcha" Namespace="Recaptcha" Assembly="Recaptcha" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <recaptcha:RecaptchaControl ID="recaptcha" runat="server" PublicKey="xxxxx"
        PrivateKey="xxxxxxxx" />
    </div>
    </form>
</body>
</html>

What is the expected output? What do you see instead?
There should be recaptcha control on the page but I see just a blank page.

What version of the product are you using? On what operating system?
1.0.4.0

Please provide any additional information below.
I use Opera 10.62

Original issue reported on code.google.com by dynix71@gmail.com on 27 Sep 2010 at 3:12

GoogleCodeExporter commented 9 years ago
I've forgot to add that I use asp.net 3.5 and visual studio 2k8

Original comment by dynix71@gmail.com on 27 Sep 2010 at 3:13

GoogleCodeExporter commented 9 years ago
using window7 home premimum,
captch not working in my website classifieda2z.com
making in c#.net

Original comment by brijeshs...@gmail.com on 11 Dec 2010 at 11:03

GoogleCodeExporter commented 9 years ago

Original comment by adrian.g...@gmail.com on 23 Jan 2011 at 3:54

GoogleCodeExporter commented 9 years ago
I have experienced the same problem it appears to be a JavaScript exception 
that causes the image not to load in Opera. Below is the exception that I get:

Uncaught exception: [object DOMException]
Error thrown at line 12, column 0 in 
https://www.google.com/recaptcha/api/challenge?k=6LtestSAAAAAM1MsYg9ktesttestt9n
iYAftest:
    document.write('<scr'+'ipt type="text/javascript" s'+'rc="' + RecaptchaState.server + 'js/recaptcha.js"></scr'+'ipt>');

Original comment by scott.fulton@avonandsomerset.police.uk on 14 Mar 2011 at 8:55