tracker issue : CF-4198788

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

savecontent of graph fails in a cfc

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/AsDesigned

Reporter/Name(from Bugbase): Aaron Shurmer / Aaron Shurmer ()

Created: 05/29/2017

Components: Charting/Graphing

Versions: 2016

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: latest with patches /

Priority/Frequency: Normal / Most users will encounter

Locale/System: / Win All

Vote Count: 0

Problem Description:
explodes when trying to grab content 

Steps to Reproduce:
attached file - run cfc?method=graph and it explodes

Attachments:

  1. May 29, 2017 00:00:00: wspublishtest.zip

Comments:

when server side chart is created using cfchart, it saves the chart in a temporary file and returns the html code to show that chart image in the browser. Hence cfsavecontent gets that html source and saves it. Later when cfdump is called on the variable, it shows the html source that was saved by cfsavecontent. The behaviour is as expected.
Comment by Nikhil S.
648 | July 31, 2017 11:57:51 AM GMT