tracker issue : CF-4199447

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

Missing in Coldfusion 2016: ext-yui-adapter.js

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): Jesse Nelson / Jesse Nelson ()

Created: 08/08/2017

Components: AJAX

Versions: 2016

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: ColdFusion 2016 Update 3 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Win 2008 Server R2

Vote Count: 0

Problem Description:  cfajaximport no longer loads the ext-yui-adapter.js file

Steps to Reproduce:
<cfajaximport tags="cfdiv,cfform,cfwindow,cflayout-tab,cftooltip,cfmessagebox,cftree">

Actual Result:
script tag for ext-yui-adapter.js does not appear

Expected Result:
<script type="text/javascript" src="/cf_scripts/scripts/ajax/ext/adapter/yui/ext-yui-adapter.js"></script>

While the YUI framework is deprecated in CF2016, it is not *eliminated*.   Some components are still there, such as:
<script type="text/javascript" src="/cf_scripts/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="/cf_scripts/scripts/ajax/yui/animation/animation-min.js"></script>
<script type="text/javascript" src="/cf_scripts/scripts/ajax/yui/container/container-min.js"></script>
<link rel="stylesheet" type="text/css" href="/cf_scripts/scripts/ajax/resources/yui/yui.css" />

Any Workarounds:
None

Attachments:

Comments:

Hi Jesse, I checked in 2016 base build that comes with yui .There is no such "/cf_scripts/scripts/ajax/ext/adapter/yui/" folder in there.Can you please reverify on that. And yes yui isn't eliminated. You can add yui,spry libraries.Below link will help: https://helpx.adobe.com/coldfusion/deprecated-features.html Thanks, Manas
Comment by Manas M.
441 | August 16, 2017 12:49:53 PM GMT