Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Shigeo Kubota / Shigeo Kubota (CF-AXL)
Created: 07/20/2012
Components: Debugging
Versions: 10.0
Failure Type: Cosmetic Issue
Found In Build/Fixed In Build: Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 0
Problem Description:
cftrace type="fatal information" is supposed to use the image "fatal information_16x16.gif." The image name shouldn't contain any space. So cftrace creates the image tag
<img src='https://tracker.adobe.com/CFIDE/debug/images/fatal+information_16x16.gif' alt="fatal information type"> (A space in the image name is replaced by a plus sign.)
As a result, the right image is not referenced correctly and the value of the alt attribute "fatal information type" is displayed instead.
Steps to Reproduce:
Run a simple code like below.
<cfscript>
trace(type="fatal information" var="form.username" inline="true" abort="true");
</cfscript>
The value of the alt attribute in the image tag should be displayed instead of the actual image.
Actual Result:
The value of the alt attribute in the image tag: "fatal information type"
Expected Result:
Actual image.
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3292315
External Customer Info:
External Company:
External Customer Name: CF-AXL
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- October 10, 2013 00:00:00: 1_traceFunction.jpg
Comments: