search : bla foo

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

displaying top 100 results

2745898 CF-4198253 Language Bla Foo isDate() not working properly Problem Description: Since ColdFusion 11 Update 11 isDate() returns YES on Strings like "0815" or "1337". Steps to Reproduce: Actual Result: YES YES Expected Result: NO NO Any Workarounds: n/a
4284979 CF-4202296 Language : Null Support [ANeff] Bug for: elvis nullpointer Issue: elvis nullpointer Repro: foo = true ?: "bla" Actual Result: java.lang.NullPointerException (regardless if NULL support is enabled or disabled) Expected Result: no exception
2608497 CF-4076717 Language : Functions Bla Foo Function listToArray() produces different output on JRE 1.7 and 1.8 Problem Description: The function listToArray() with no delimiter ("") does not return the same array on JRE 1.7 and 1.8. At least since ColdFusion 8 (and JRE 1.6 I guess
2612581 CF-3495357 Aaron N. Hi Adobe, How about letting the following not throw an exception?: function f(myArg) { var myArray = ["foo"]; myArray.each(function() { var bla = ARGUMENTS.myArg;//sets var to 'hello' }); } f("hello"); Basically, allowing arguments scope, within a closure
Empty(), .keyList(), .keyArray(), .append(), .update() Once this ER is implemented, the following should return the expected results notated in the comments: foo1 foo2 bar1 foobar //xml.toString() writeOutput(toString(myXMLVar) & '');//foo1 foo2 bar1 foobar write