search : mobile support

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

displaying top 100 results

Bug 72953:(Watson Migration Closure)[Mobile] ColdFusion should support Mobile Content Delivery Protocol to support feeding Mobile applications
Support for server side tags and functions in CF Mobile development
2682613 CFB-3837075 Mobile Support NPE when generating build for mobile project Problem:NPE was thrown when generating build for mobile project Method: Result: Expected: Workaround: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3837075
6390357 CF-4205635 General Server,Mobile Support : Device Detection CFCLIENTSETTINGS error Problem Description: Steps to Reproduce: add above code to a webpage Actual Result: error Expected Result: display based on size Any Workarounds: nope
2612186 CF-3547238 Mobile Support : Cordova Integration ext-user should support including javascript files Problem: to include javascript file is to be fixed. Its not working now if we try to include javascript(.js) file. Method: Code snippet to repro : Result: Expected: Workaround
2611476 CF-3617930 Mobile Support : Custom Tags ext-user Included CSS file using link tag are not included in packaged mobile code I have attached a mobile project. Unzip it in wwwroot. When you run the application in browser or in the shell app, bootstrap styles are applied properly. Now package
2610284 CF-3713173 Mobile Support ext-user Uncaught CFClient not initialized error Problem:Using ripple I get "Uncaught CFClient not initialized error", although cfclient functionality doesn't get affected by this. Method: Result: Expected: Workaround: ----------------------------- Additional
2614215 CF-3125331 Web Socket Cyril Hanquez Support for other client technologies I would like to be able to connect to a "CF10 WebSocket" channel using Flex (desktop), on Mobile (Flex, PhoneGap) or any other technologies (ie. Java). My primary interest is: - a Flex/Flex mobile library (maybe
2673007 CF-4157230 External U. And I'll add you may not be that far away as many of these are the same requirements for mobile apps. Outside of platform support and licensing issues, your mobile features assume user input upon install. In IoT many times there is no user input after acquisition. You
2610281 CF-3713281 Mobile Support Matt Gifford "Uncaught cfclient is not initialized properly" error when running a shell app debug session Duplicate ID: CF-3713173 Problem Description: After starting a new mobile / cfclient debug session and connecting the Shell App, I receive an error alert
2610024 CF-3737513 Mobile Support : Data Structure ext-user CFCLIENT: Functions: cJustify : second parameter when given decimal value is ceil In CF server decimal value are ignored and is floored In CF mobile decimal value is considered and is ceiled cJustify(long_txt, 20.1) and 20.9 - In server
2609744 CF-3786749 Mobile Support : Cordova Integration ext-user Upgrade Apache Cordova library to v3.5.0 Problem: Cordova library in ColdFusion needs to be upgraded to latest version. Latest Cordova is 3.5 but build is supported only upto 3.4. Method: Result: Expected: Workaround
2609869 CF-3754684 Mobile Support : Sync-Async ext-user Add failure callback handler for invokeCFClientFunction function Problem: invokeCFClient Function needs to support failure callback handler. Its current signature is invokeCFClient(functionToCall, arg1, arg2,... successCallBack) and does
2673492 CF-4126492 Mobile Support Dave Ferguson cfclient strict comparison operators Using strict comparison operators in javascript inside cfclient throws an error.. Any strict comparison operator causes error... "===", "!==" Invalid CFML construct found on line 228 at column 45. Cold
2609317 CF-3859383 Mobile Support : Language Syntax Dave Ferguson cfm links not being converted to html links in PG application If your code uses templating, mustache for example, that generates .cfm links those links will break in a phonegapp application. A manual run of cfclient
2609584 CF-3828377 Mobile Support : Sync-Async ext-user queryExecute named params if given as camel casing throws exception. queryExecute named params if given as camel casing throws exception. Example: qSelect = queryExecute("SELECT * FROM marks where RollNo = :rNo", {rNo:myId}, {"datasource
2609862 CF-3755497 Mobile Support : Language Syntax ext-user [Enhancement Request] cffunctions.js file to be loaded for an application only when its required Problem: cffunctions.js file is to be loaded for an application only if its used/required by the code within an application. Method
2609863 CF-3755482 Mobile Support : Language Syntax ext-user Proper error message to be thrown when invalid attribute is used with tag Problem: When tag is used with invalid attribute, an error is thrown on browser, which states " Attribute validation error for the client tag", while
2609893 CF-3750729 Mobile Support : Language Syntax Adam Cameron seems to require /CFIDE to be available Long version: http://cfmlblog.adamcameron.me/2014/04/coldfusion-11-cfclient-seems-to-require.html TL;DR: requires /CFIDE to be exposed. Obviously it shouldn
2609972 CF-3740223 Mobile Support : Data Structure ext-user CFCLIENT: reReplace : function does not work as expected Code snippet: #reReplace("The quick brown fox jumped over the lazy dog.","o[vwx]","0000")# Actual: The quick brown fox jumped over the lazy dog. Expected: The quick br0000n fox
2609985 CF-3739334 Mobile Support : Data Structure ext-user CFCLIENT: Data structure : struct : structCount shows unexpected output when keys are "b.d" and "b.c" Code snippet: #structCount(a)# Expected: 2 Actual: 1 ----------------------------- Additional Watson Details
2610021 CF-3737517 Mobile Support : Data Structure ext-user CFCLIENT: datastructure: functions: ReFind : Using ReFind for regex having groups gives unexpected output Code snippet: #returnedstruct1.pos[3]# Expected: 5 Actual: 1 ----------------------------- Additional Watson Details
2610023 CF-3737514 Mobile Support : Data Structure ext-user CFCLIENT: Functions : Function ljustify, rjustify gives error when number is passed as a first argument Code snippet #lJustify(5, 1)# #cfcatch.message# In CF server it gives output as : 5 In cfclient it gives error : Cannot call
2610088 CF-3731533 Mobile Support : Data Structure ext-user [Regression] : CFCLIENT: Date : diff: returns month difference as 1 when difference is less than a month Code snippet: #posdiff# Expected: 0 Actual: 1 Note: This works as expected in public beta build
2610183 CF-3722462 Mobile Support Peter Freitag The cfclient_main.js file hard codes /CFIDE/scripts paths Problem Description: /CFIDE/cfclient/cfclient_main.js hard codes CFIDE/scripts/ URI's which can be changed dynamically using the setting in ColdFusion Administrator "default script src
2610297 CF-3712183 Mobile Support : Custom Tags ext-user [Regression] Simple custom tag test case throws reference error Problem: Simple custom tag test case throws uncaught reference error with message : "isQuery is not defined", at line number 661 of cfclient_main.js file. Method:Please find
2609936 CF-3742204 Mobile Support : Custom Tags ext-user cfinclude within should support .html file inclusion Problem: within should support files with ".html" extension. Right now an error is thrown with below message when tried to include html file : " An exception has occurred
2673462 CF-4126523 Mobile Support : Data Structure Aaron Neff [ANeff] Bug for: structNew("sorted") not supported in cfclient Related Bugs: CF-4092125 - Similar to structNew("sorted") not supported in cfclient Repro: s = structNew("sorted"); s["z"] = "x"; s["b"] = "d"; s["a"] = "q
2609292 CF-3861391 Mobile Support : Data Structure ext-user CFClient support for arraysort() as member funtion Problem: Currently its calling javascript function, it should give preferences to CFML sorting. Method: myArray = listToArray("c,,a,,b") myArray.sort("textnocase", "desc
2608446 CF-4092029 Mobile Support : Data Structure Aaron Neff [ANeff] Bug for: structEach()/struct.each() not supported in cfclient Related Bugs: CF-4092125 - Similar to structEach()/struct.each() are not supported in cfclient, but should be. Repro: s = structNew("ordered"); s["z"] = "x
2608287 CF-4137968 Mobile Support Knut Bewersdorff Using MORE than one block does not work Problem Description: Using MORE than one block does not work, because the following 3 code line are not added automatically to the code: Steps to Reproduce: I have added a ZIP-file with an working
2608437 CF-4094689 Mobile Support : Data Structure Aaron Neff [ANeff] Bug for: parseDateTime not fully working in cfclient parseDateTime in cfclient works, for the following example, in Chrome but not IE/FF Repro: #parseDateTime("2003-6-11 10:50:32")# Actual result in Chrome: "Wed Jun 11
2609324 CF-3859257 Mobile Support : Language Syntax ext-user [Regression] File reference with cfm extension in cfclient device file APIs do not work for packaged application Problem: If device file APIs are having file names with "cfm" extension as input parameters, the code works as shell
2609325 CF-3859184 Mobile Support : Language Syntax ext-user [Regression] Series of cfm references in cfclient code does not get converted to "html" during packaging, single reference does Problem: During packaging a application, a series of cfm references do not get converted to "html
2609374 CF-3852372 Mobile Support : Custom Tags Aaron Neff [ANeff] ER for: to honor THIS.compileExtForInclude #3547238 allowed include/'s template to have .js extension w/in #3742204 allowed include/'s template to have .html extension w/in Can please just honor THIS.compileExtForInclude so we
2609984 CF-3739355 Mobile Support : Data Structure ext-user CFCLIENT: dateFormat : format does not work when used without any delimited in between Related Bugs: CF-4092089 - Similar to Code snippet: #dateFormat(d, "yyyy/mm/dd 20d")# Expected: 2011 Actual: 20d Same issue with other formats
2609995 CF-3738742 Mobile Support : Data Structure ext-user CFCLIENT: data structures: struct : structget : Using array inside the structget method does not create it Code snipet: #a.b.c# Expected: structGet should create struct a, struct b, array c and struct d where d is inside c, c
2609997 CF-3738564 Mobile Support : Data Structure ext-user CFCLIENT: Data structure: structFindValue : structFindValue functions returns an array of struct, path value of this struct shows array index of 2 when it should be 3 Code snippet: #x[1].path# Expected: .ARRAY[3
2609998 CF-3738552 Mobile Support : Data Structure ext-user CFCLIENT: structure: copy : get copy of struct(having array as element) through StructCopy and modifying the array in the copied struct is reflecting the array of copy struct Code snippet: #d.key1[1]# #d.key2[1]##d.key3
2610022 CF-3737516 Mobile Support : Data Structure ext-user CFCLIENT: datastructures : REFind gives error when regex containg certain group combination is passed as a pattern Code snippet: #reFind("(?m)\A[[:alpha:]]","The quick brown fox#chr(10)#jumped over the lazy dog.")# Expected: 1 Actual
2610067 CF-3734606 Mobile Support Simon Free content:// files error on readAsBase64 (cfclient) Problem Description: When using readAsBase64 function in cfclient it errors when reading in a URL that starts with content:// and gives the error message 'File Encoding Error' but works fine with URL
2610079 CF-3732088 Mobile Support : Data Structure ext-user CFCLIENT : String : Wrap : Functions gives unexpected output in one scenerio Code snippet: str1 = repeatString("12345 abc" & chr(13) & chr(10), 4); str1 = str1.wrap( 9); lf = "/"; writeOutput(replace(replace(str1, chr(13
2612823 CF-3401939 Mobile Support : Data Structure ext-user [cfclient] refind - multiple line mode not supported from string in regular expressions in javascript like it is supported in java Problem: In java regular expression you can enable multiple line mode from pattern string itself
2609545 CF-3833529 Mobile Support : Language Syntax ext-user Using index variable inside anonymous function called as a parameter to Arrayeach(Member funtions) gives undefined index Problem: Index is not defined for Arrayeach(member functions). Method: 1. Run the below code: myArray1 = ["Sagar
2609977 CF-3739782 Mobile Support : Data Structure ext-user CFCLIENT: structSort doesnt work as expected when sorting is done on nested struct keys employees = structNew(); for ( i=1; i lt 7; i=i+1 ) { salary = 1200 - i*100 ; emp = structNew() ; emp["salary"] = salary ; employees["emp#i#"] = emp
2610003 CF-3738100 Mobile Support : Data Structure ext-user CFCLIENT: datastructures : struct : duplicate : Get duplicate of struct. Changing the value of referenced struct of its nested struct does not change value of its other nested struct when both nested structs refer to the same struct Code
2610262 CF-3713869 Mobile Support : Data Structure ext-user CFCLIENT: Exception message when included template code is not in cfclient tags, should contain the cause of exception as well. I have a file a.cfm that includes b.cfm: a.cfm--- #cfcatch.message# b.cfm --- my
2610307 CF-3712088 Mobile Support Dave Ferguson Usage of QueryExecute in cfclient causes error Using this code inside cfclient throws a JSON parsing error Invalid CFML construct found on line 41 at column 6. ColdFusion was looking at the following text: JSON parsing failure: Expected
Comment on [ANeff] Bug for: structNew("sorted") not supported in cfclient by Awdhesh K.
2609687 CF-3804384 Mobile Support Dave Ferguson queryExecute params not working in mobile Params only in an array work. Any params in a struct appear to not work at all. With the code below in a client cfc only the last query works. The others return no results or errors. However, based
Comment on queryExecute params not working in mobile by HariKrishna K.
2682313 CFB-4121374 PhoneGap CF Builder to support Cordova version 6.0 or to latest for packaging Problem: For packaging application, builder has to support latest Cordova library available. Default version in Properties -> ColdFusion Mobile Project -> PhoneGap and changes required in config
2673461 CF-4126524 Mobile Support Dave Ferguson Javascript closure causes cfml error in cfclient The code below will cause a cfml error when inside cfclient tag. However, the code is valid. Furthermore it is javascript and shouldn't be processed by at all. a = $('li
2682696 CFB-3751819 Mobile Support itisdesign [ANeff] Bug for: "Generate PhoneGap Build" does nothing (silently logs error) Clicking "Generate PhoneGap Build" does nothing (no error displayed either). If I check {workspace}\.metadata\.log, I see this error: !ENTRY org.eclipse.ui 4 0 2014-04-29 04
Comment on Bug 72751:Support for NTLM (Microsoft) and Digest Authentication on all CF HTTP operations by External U.
2610893 CF-3671657 ORM Support Abram Adams Implement oData (Open Data Protocol) API via ORM/Hibernate to Produce and Consume oData With development trends moving rapidly to mobile platforms (as well as a trend back to thick client paradigms: SPAs, web native OS, Chrome Apps, etc..) and CF's new
Jason Caldwell Thanks Charlie for the well thought out reply. I'm a seasoned Systems Engineer for some 32+ years and program in over 10 computer languages fluently. I support very large corporations and their worldwide datacenters. In all my years of supporting, building and maintaining
2597254 CF-3044060 ORM Support Jon Hirschi Bug 87134:-(Watson Migration Closure)On oracle, I'm encountering an error where i can't update an object which is being managed in the table per subclass with discriminator object heirarchy as described here: http://help Problem: On oracle, I
.runtime.CFPage.DirectoryList(CFPage.java:3869) at cflistBucket2dpos2d012ecfm304164144.runPage(C:\ColdFusion11\cfusion\wwwroot\Amazon\Amazons3Support-key\Bucket-Operations\listBucket-pos-01.cfm:12) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:246) at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:734
2782783 CF-4198276 ORM Support Samuel Knowlton Specifying a datasource on a persistent CFC with secondary caching enabled causes Another CacheManager with the same name 'cacheName' already exists in the same VM Problem Description: CF supports the specification of a datasource on a persistent CFC
their higher-ups to do so. I suspect I serve less than 10% of the CF customer base, from assessing various things. (But in God's good providence it's all enough for me to make a living, focusing only on that.) BTW, Adobe has admitted their mistakes in the focus on mobile and some other things. They
2598000 CF-3041862 ORM Support garry watkins Bug 83781:(Watson Migration Closure)The sql generator for hibernate is generating cross joins instead of a left joins, this is causing data to be omitted that would otherwise be returned Problem:left The sql generator for hibernate is generating cross