Multiple cftextareas not showing in Firefox 11?
After upgrading to Firefox 11, any page with multiple CFTEXTAREA richtext fields results in the second field not displaying at all. Commenting out the first field allows the second field to show without issue. Both fields have individual ID and NAME attributes as follows:
<tr valign="top">
<td><cftextarea id="email_header_html" name="email_header_html" height="125" width="550" richtext="true" toolbar="Basic" wrap="virtual"><cfoutput>#qry_get_sale.email_header_html#</cfoutput></cftextarea></td>
</tr>
<tr valign="top">
<td><cftextarea id="email_footer_html" name="email_footer_html" height="150" width="550" richtext="true" toolbar="Basic" wrap="virtual"><cfoutput>#qry_get_sale.email_footer_html#</cfoutput></cftextarea></td>
</tr>
Note that this works fine in IE8+, as well as previous versions of Firefox.
Any clues? Much appreciated.
~T
