HAYAJOUDEH20 / recaptcha

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

Why recaptcha doesn't work within a Dojox contentPane #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I just discovered what is causing the problem.
The Dojo Dojox contentPane does execute javascript, yes but only this way;
<script></script>, without type="text/javascript". And there comes the
point, the js file of recaptcha is full of that like this '.javascript .imp
{font-weight: bold; color: red;}', to get this and all the other lines to
work in a Dojox contentPane it should be '.script .imp {font-weight: bold;
color: red;}'.

Then my request is, to provide a js file we can link to and that is
specially adjusted for use in a Dojox contentPane. Perhaps a file that's
built upon the Dojo Toolkit. 
That would be great!
Thanks,
Aad Pouw

Original issue reported on code.google.com by Aad.P...@gmail.com on 22 Feb 2009 at 8:19