honeyprakash / recaptcha

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

ReCaptcha is not showing properly in ASP.NET MVC 4 #168

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. None
2.
3.

What is the expected output? 

correct.png

What do you see instead?

incorrect.png

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

I'm using version 1.0.5.0 of recaptcha on Windows 8 Enterprise x64.

Please provide any additional information below.

I added the recaptcha library in Asp.Net MVC 4 project and you see the result. 
The control is not showing properly. But if I added to in an empty Asp.Net MVC 
4 project everithing is OK.

Why is that happen? I did not use any aditional libraries.

Original issue reported on code.google.com by ferry240 on 21 May 2013 at 11:38

Attachments:

GoogleCodeExporter commented 8 years ago
Your CSS is probably interfering in the rendering of the control.  I would use 
a tool like Firebug or F12 and compare the css that gets rendered for the 
incorrect against the correct.

Original comment by bjlew...@gmail.com on 7 Jan 2014 at 1:36