Ticket #1 (closed defect: fixed)
ReCaptcha w/ CF 8 causes page to not be completely rendered by browser
| Reported by: | paul.balouris@… | Owned by: | robinhilliard |
|---|---|---|---|
| Priority: | blocker | Component: | recaptcha |
| Keywords: | Cc: | paul.balouris@… | |
| Blocked By: | Blocking: | ||
| Time planned: | 1d | Time remaining: | 1d |
| Time spent: | 1d | Estimated Number of Hours: | 0.0 |
| Add Hours to Ticket: | 0 | Billable?: | yes |
| Total Hours: |
Description
I noticed that forms with ReCaptcha? that previously worked w/ CF MX 7 are not being rendered completely in CF 8. I've tested in IE 7, IE 8 and Firefox 3.08 all with the same results.
In particular, html outside of the form tags are not being rendered. Here is a link to a test file, http://www.laroche.edu/pr/temp2.cfm and here is test code taken directly from the recaptcha.cfm file:
<html> <body> <cf_recaptcha action="check"
privateKey="6LfKOAIAAAAAAKMhDLGWTwtbXijKIVLque1VCqlV" publicKey="6LfKOAIAAAAAAGhCyP1BWVxWrGCCiqDzBxMs1qp1">
<cfif isDefined("form.submit")>
<cfoutput>recaptcha says #form.recaptcha#</cfoutput>
</cfif> <p>HTML not rendered...</p> <cfform>
<cf_recaptcha
privateKey="6LfKOAIAAAAAAKMhDLGWTwtbXijKIVLque1VCqlV" publicKey="6LfKOAIAAAAAAGhCyP1BWVxWrGCCiqDzBxMs1qp1">
<cfinput type="submit" name="submit">
</cfform> <p>HTML not rendered...</p> </body> </html>

Fixed in 1.1, apologies for delay.