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
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:
- April 10, 2016 00:00:00: 1_cfclient_test.zip
Comments: