tracker issue : CF-3757544

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

cfpresentation, html format, loading invalid scripts

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

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

Created: 05/08/2014

Components: Document Management, Presentation

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Minor / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on May 18, 2018 using build 2016.0.01.298513
When trying to test cfpresentation, format=html, it fails to work because of a few files it loads that do not exist. I've got multiple machines now and these files don't exist in the most updated version of cf10.

To be clear, this is NOT an issue with /CFIDE. Other scripts work ok.

http://localhost/CFIDE/scripts/ajax/ext/package/util.js
http://localhost/CFIDE/scripts/ajax/ext/package/dragdrop/dragdrop.js
http://localhost/CFIDE/scripts/ajax/ext/package/splitbar.js
http://localhost/CFIDE/scripts/ajax/ext/package/layout/layout.js

http://localhost/CFFileServlet/_cf_preso/_presoA6BC5AA4-CC9F-7DB5-0F4E-0DC876B59CBB/cfslideshow.js

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

Watson Bug ID:	3757544

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

Attachments:

Comments:

Can you tell what exactly is failing to work? Is presentation tag getting broken? Can you share the code?
Comment by Uday O.
12241 | May 12, 2014 01:14:53 AM GMT
With the scripts failing to load, the presentation won't work. This was with an HTML type presentation.
Comment by External U.
12242 | May 12, 2014 05:13:05 AM GMT
Hi Ray and Uday, This runs fine for me (I was able to paginate thru the slides fine) on CF10 and CF11 (tested in Chrome on Windows - if that matters): <cfpresentation title="my title" format="html"> <cfpresentationslide>foo</cfpresentationslide> <cfpresentationslide>bar</cfpresentationslide> </cfpresentation> Notes: 1) The First|Prev|Next|Last links are at bottom of page in CF10 and at top of page in CF11 2) The /CFIDE/scripts/ajax/ext/package directory does not exist in CF10 and CF11 3) The cfslideshow.js (last file listed above) did load fine for me Thanks!, -Aaron
Comment by External U.
12243 | May 13, 2014 04:53:56 AM GMT
It did not run fine for me, but, at minimum, itisdesign confirms at least confirms the breaking scripts. I should say it seems to work fine in 11. This is only an issue in 10 for me.
Comment by External U.
12244 | May 13, 2014 06:55:32 AM GMT
The issue is fixed and this will available from next release (Comment added from ex-user id:prk)
Comment by Adobe D.
12245 | December 22, 2014 09:11:13 AM GMT
Hi Adobe, My 05/13/2014 04:53:56 GMT comment still holds in CF2016 Update 1. I did notice the nav links are at the bottom if ScriptSrc is /CFIDE/scripts; otherwise they're at the top. And that was same behavior in CF10. Perhaps this ticket was resolved via CF-3832672's fix. Thanks!, -Aaron
Comment by Aaron N.
27862 | May 18, 2018 05:02:55 AM GMT