Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Elliott Sprehn / Elliott Sprehn (Elliott Sprehn)
Created: 07/27/2010
Components: Language, CFSCRIPT
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 277378
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Cannot call function pointer in attributes scope. This is a regression that worked in previous versions of CF9 and CF8 and breaks existing code.
Method:
<cfscript>function test() {}attributes.test = test;attributes.test();</cfscript>Results in:The test method was not found.
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041819
External Customer Info:
External Company:
External Customer Name: Elliott Sprehn
External Customer Email: 202D59C844579997992016B7
External Test Config: 07/27/2010
Attachments:
Comments: