tracker issue : CF-3967336

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

/CFIDE/scripts/ incorrect path in reference

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): IT Software / IT Software (IT Software)

Created: 04/09/2015

Components: AJAX, UI Components

Versions: 10.0

Failure Type: Incorrect w/Workaround

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on July 23, 2017 using build 2016.0.01.298513
Problem Description:

Incorrect path causes errors when /CFIDE/scripts/ path is changed in ColdFusion Administrator

/CFIDE/scripts/ajax/package/cfajax.js Line 1202

Since the _cf_ajaxscriptsrc value is as follows:
_cf_ajaxscriptsrc="/<mapped scripts path>/ajax";

The following generates an incorrect path:
Incorrect: Ext.BLANK_IMAGE_URL=_cf_ajaxscriptsrc+"/ajax/resources/ext/images/default/s.gif";
Generates: /<mapped scripts path>/ajax/ajax/resources/ext/images/default/s.gif

Correct: Ext.BLANK_IMAGE_URL=_cf_ajaxscriptsrc+"/resources/ext/images/default/s.gif";
Generates: /<mapped scripts path>/ajax/resources/ext/images/default/s.gif

Steps to Reproduce:


Actual Result:

Expected Result:

Any Workarounds:

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

Watson Bug ID:	3967336

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

Attachments:

Comments:

IT, Can you please confirm the update level of your CF 10 server?
Comment by Piyush K.
7909 | April 13, 2015 07:19:44 AM GMT
CF 10 update 15
Comment by External U.
7910 | April 13, 2015 07:46:19 AM GMT
Thanks IT. You've mentioned that you see the error when the scripts path is changed, but I can observe the issue, even with the default setting of the ColdFusion administrator Script source path.
Comment by Piyush K.
7911 | April 17, 2015 01:31:44 AM GMT
This fix will be available in the next major version of ColdFusion. (Comment added from ex-user id:prk)
Comment by Adobe D.
7912 | September 22, 2015 04:42:10 AM GMT
Hi Adobe, I'm confused as to why this ticket is listed in CF2016's list of Issues Fixed. It appears it was fixed in CF11 Update 5 (which was released 4 days after this ticket was created). Thanks!, -Aaron
Comment by Aaron N.
7913 | July 23, 2017 04:42:35 AM GMT