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: