Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 04/22/2014
Components: Documentation
Versions: 11.0
Failure Type: Unspecified
Found In Build/Fixed In Build: PublicBeta /
Priority/Frequency: Trivial / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
G'day:
As mentioned to Rakshith during some presentation Ram was giving... I don't see why we need a whole new tag <cfclientsettings>. It has no meaning outside the context of <cfclient>, so it's poor implementation that it's been implemented as a stand-alone tag *outside* of <cfclient> for one thing, plus given its functionality / purpose is tigthly coupled to <cfclient, it would make more sense, surely, to just have an options attribute on <cfclient>. So not this:
<cfclientsettings enableDeviceAPI="true" detectDevice="true" deviceTimeout="20">
<cfclient>
<!--- etc --->
But this:
<cfset options = {enableDeviceAPI=true, detectDevice=true, deviceTimeout=20}>
<cfclient options="#options#">
<!--- etc --->
I don't see there as being any again in having a discrete tag, and indeed the way it's been implemented is counter to how CFML is generally implemented.
--
Adam
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3746998
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: