tracker issue : CF-3037237

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

Bug 74908:"parent" and "child" (case-sensitive) will not work in the jsclassname attribute of cfajaxproxy

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): marc esher / Marc Esher (marcesher)

Created: 01/12/2009

Components: AJAX, Plumbing

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Some users will encounter

Locale/System: English / Win All

Vote Count: 0

Problem:

"parent" and "child" (case-sensitive) will not work in the jsclassname attribute of cfajaxproxy

Method:

1) created a cfc named "Parent.cfc"  (though the name of the cfc is irrelevant)
2) used this in a .cfm page: <cfajaxproxy cfc="Parent" jsclassname="parent"> 

received javascript error: 

_cf_Parent.prototype is undefined
[Break on this error] _cf_Parent.prototype.hiFromParent=funct...roxy.invoke(this, "hiFromParent", {});};

I then changed the jsclassname to "Parent" and it worked fine.

The same behavior exists for the word "child".

This behavior manifests in both IE and Firefox

Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3037237

External Customer Info:
External Company:  
External Customer Name: Marc Esher
External Customer Email: 70390EBF47F01CAF992015B9
External Test Config: 01/12/2009

Attachments:

Comments: