tracker issue : CF-4137968

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

Using MORE than one <cfclient></cfclient> block does not work

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Knut Bewersdorff / Knut Bewersdorff (Knut Bewersdorff)

Created: 04/10/2016

Components: Mobile Support

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Critical / All users will encounter

Locale/System: German / Linux

Vote Count: 0

Listed in the version 2016.0.03.300466 Issues Fixed doc
Problem Description: 
Using MORE than one <cfclient></cfclient> block does not work, because the following 3 code line are not added automatically to the code:
	<InvalidTag type="text/javascript" src="/CFIDE/cfclient/cfclient_main.js"></script>
	<InvalidTag type="text/javascript" src="/CFIDE/cfclient/cffunctions.js"></script>
	<InvalidTag name="viewport" content="width=device-width">

Steps to Reproduce:
I have added a ZIP-file with an working example and an none working example.

Actual Result:

Expected Result:

Any Workarounds:
Adding the missing code lines hard coded does work:
<InvalidTag type="text/javascript" src="/CFIDE/cfclient/cfclient_main.js"></script>
<InvalidTag type="text/javascript" src="/CFIDE/cfclient/cffunctions.js"></script>
<InvalidTag name="viewport" content="width=device-width">

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

Watson Bug ID:	4137968

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

- Debian 7.8 Wheezy

- ColdFusion 11 Enterprise

Attachments:

  1. April 10, 2016 00:00:00: 1_cfclient_test.zip

Comments:

I ran regression on the build 299754 and below test cases are failing.They are in the area struct and Character position. http://localhost:8500///cfclient/datastructures/string/chr/chr_pos_embedded_functions_01.cfm http://localhost:8500///cfclient/datastructures/string/chr/chr_pos_parameters_02.cfm http://localhost:8500///cfclient/datastructures/structure/structcount/CF-3739334.cfm http://localhost:8500///cfclient/datastructures/structure/structcount/structcount_bug60368.cfm
Comment by Poonam J.
3117 | August 03, 2016 11:25:53 PM GMT
Cf admin is breaking with CL # 229832.Please check.
Comment by Poonam J.
3118 | August 08, 2016 03:23:53 AM GMT
Test case added at location: depot\qa\cf\regression\cfclient\misc\bugCF-4137968
Comment by Poonam J.
3119 | August 10, 2016 08:32:28 PM GMT