tracker issue : CF-4043031

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

$itemlabel$ malfunctioning

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Steve Vail / Steve Vail (Steve Vail)

Created: 08/25/2015

Components: Charting/Graphing

Versions: 11.0

Failure Type: Incorrect w/Workaround

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Windows 7

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on July 30, 2017 using build 2016.0.01.298513
Problem Description: When using item label in the cfchart tag url, it does not return the chartdata item as before so all the drilldown in my charts is broken.

Steps to Reproduce:

Actual Result: http://etch-etchnet/intranet/Apps/eProjects/edashboard.cfm?xsize=0&r=0.6790288621559739

Expected Result:http://etch-etchnet/intranet/Apps/eProjects/edashboard.cfm?xsize=Small&r=0.6790288621559739

Any Workarounds:none

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4043031

External Customer Info:
External Company:  
External Customer Name: Steve
External Customer Email:  
External Test Config: My Hardware and Environment details:cf11 v. 11.0.5 standard

Microsoft server 2008 r2

Attachments:

Comments:

if all caps is not used for $ITEMLABEL$ it returns Actual Result: http://etch-etchnet/intranet/Apps/eProjects/edashboard.cfm?xsize=$itemlabel$&r=0.6790288621559739
Comment by External U.
6130 | August 25, 2015 10:31:19 AM GMT
Adobe, Please verify the ticket is fixed for all format/type combinations, by running this and clicking each chart: <cfloop list="html,flash,png,jpg" index="theFormat"> <cfloop list="bar,pie,line,pyramid,area,horizontalbar,cone,curve,cylinder,step,scatter" index="theType"> <h1>Format: <cfoutput>#theFormat#</cfoutput></h1> <cfchart format="#theFormat#" url="javascript:alert('$seriesLabel$ | $itemLabel$ | $value$')"> <cfchartseries type="#theType#" serieslabel="myLabel"> <cfchartdata item="myItem 1" value="40"> <cfchartdata item="myItem 2" value="60"> </cfchartseries> </cfchart> </cfloop> </cfloop> When you run that, you'll see JavaScript being displayed on the page. Of course that should be fixed too. Thanks!, -Aaron
Comment by External U.
6131 | September 03, 2015 11:05:48 PM GMT
Adobe, Did you run the example code in my last comment and did you see all the JavaScript that gets rendered onto the page? And, did you verify the fix works for all charts in the same example code? Thanks!, -Aaron
Comment by External U.
6132 | September 23, 2015 01:37:15 PM GMT
Verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron P.S. This is another ticket where I'd asked a question 2yrs ago and Adobe never replied.
Comment by Aaron N.
6133 | July 30, 2017 09:25:23 PM GMT