Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Claude Schnéegans / Claude Schnéegans (Claude)
Created: 08/09/2012
Components: Language
Versions: 9.0.1
Failure Type:
Found In Build/Fixed In Build: 9.0.1 / 287529
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win XP All
Vote Count: 0
Problem Description: When using <cfcontent type="text/html; charset=ISO-8859-1" RESET="yes">, everything is cleared except what was set by the cfhtmlhead tag.
Steps to Reproduce:
<head>This is in the head section</head>
<cfhtmlhead text = 'This was added by cfhtmlhead and sould not appear'>
<cfcontent type="text/html; charset=ISO-8859-1" RESET="yes">
<BR>All content should have been cleared.
</cfcontent>
Actual Result:
This was added by cfhtmlhead and sould not appear
All content should have been cleared.
Expected Result:
All content should have been cleared.
Any Workarounds: Not found
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3306899
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Claude
External Customer Email:
External Test Config: My Hardware and Environment details: irrelevant
Attachments:
Comments: