tracker issue : CF-3292315

select a category, or use search below
(searches all categories and all time range)
Title:

cftrace "fatal information" image is not displayed properly

| View in Tracker

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

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on May 17, 2018 using build 2016.0.01.298513
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:

  1. October 10, 2013 00:00:00: 1_traceFunction.jpg

Comments:

Need to rename the image to "fatal_information_16x16.gif" and make to reference it whenever type="fatal information" is used.
Comment by External U.
18694 | July 20, 2012 03:40:04 AM GMT
The image is seen for me. Can you send the screen shot of your output screen?
Comment by Suchika S.
18695 | October 10, 2013 03:19:55 AM GMT
I attached the screenshot that you have requested. It's weird that all other gif files in that folder use underscores for their file names instead of spaces except for the "fatal information_16x16.gif."
Comment by External U.
18696 | October 10, 2013 06:21:49 AM GMT
Hi, The file is not being downloaded . Can you send it again ? Thanks, Suchika
Comment by Suchika S.
18697 | October 11, 2013 03:15:17 AM GMT
I don't know why you can't download the attachment(traceFunction.jpg). I just tried myself and it was downloadable.
Comment by External U.
18698 | October 11, 2013 05:49:06 AM GMT
Bug is fixed . Checked in build no:11.0.03.292632 on Windows 7 x64. Test Case not applicable.
Comment by Suchika S.
18699 | December 15, 2014 05:54:25 AM GMT
Hi Adobe, I've verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
27834 | May 17, 2018 07:13:37 AM GMT