tracker issue : CF-3646107

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

Odd combination leads to browser tab crash

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 10/03/2013

Components: Charting/Graphing, Client

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Normal / Few users will encounter

Locale/System: English / Mac 10 All

Vote Count: 0

The following code leads to the browser crashing (well the tab)

<cfscript>
yaxis = {
		"labels":["","Passed Interview","Resume Sent","Approved by Mission","Pre-Employment Offer Made","SEC Package Submitted","MED Clearance Granted","Interim Clearance Denied","SEC Clearance Granted","SEC & MED Clearance Granted","EOD/Training Start Date Set","Entrance on Duty/Started Training","Deploying Within 2 Weeks","On The Ground","Departed Post"],
		"item":{"font-angle":0, "auto-align":true}};

plotarea = {"margin":"10px"};

</cfscript>
<cfchart yaxisvalues="#[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]#" yaxis="#yaxis#" yaxistitle="Candidate Phase"
  plotarea = "#plotarea#"
  format="html" chartHeight="500" chartWidth="900" >
	<cfchartseries type="bar"   seriescolor="red"> 
 
		<cfchartdata  item="bob" value="5"> 
		<cfchartdata  item="mary" value="2"> 
	</cfchartseries> 
</cfchart> 

Note that for me, the error ONLY started when I added plotarea.

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

Watson Bug ID:	3646107

External Customer Info:
External Company:  
External Customer Name: cfjedimaster
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

Hi, please add the environment details Ran the above code in windows 7, CF10 Update11, Chrome and the chart is rendered. (Comment added from ex-user id:nawani)
Comment by Adobe D.
14339 | October 07, 2013 08:08:22 AM GMT
Could you try OSX/Chrome 30?
Comment by External U.
14340 | October 07, 2013 08:17:01 AM GMT
Tested this in OSX 10.8.3 / Chrome 30.0.1599.69 / CF10 update 11 Chart is rendered Are you able to reproduce. else we can close this (Comment added from ex-user id:nawani)
Comment by Adobe D.
14341 | October 09, 2013 01:51:02 AM GMT
I can't seem to reproduce it anymore. Odd.
Comment by External U.
14342 | October 09, 2013 05:05:55 AM GMT