Title:
[ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 01/06/2016
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
isObject(image) and isObject(spreadsheet) returns YES
Repro:
<cfscript>
cfhtmltopdf(name="myPDF") {writeOutput("foo");};
myQuery = queryNew("myColumn");
myXML = xmlNew();
myArray = [];
myStruct = {};
myImage = imageNew("", 1, 1);
mySpreadsheet = spreadsheetNew("mySheet");
writeOutput(isObject(myPDF) & isObject(myQuery) & isObject(myXML) & isObject(myArray) & isObject(myStruct) & isObject(myImage) & isObject(mySpreadsheet));
</cfscript>
Actual result: NONONONONOYESYES
Expected result: NONONONONONONO or YESYESYESYESYESYESYES
It should be consistent.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4104246
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
Attachments:
Comments: