tracker issue : CF-3039375

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

Bug 78949:When using bind with the following example attached, the grid will not render in IE

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)

Created: 07/20/2009

Components: AJAX, UI Components

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 1

Problem:

When using bind with the following example attached, the grid will not render in IE.
Method:

<cfform action="#cgi.script_name#"><cfset objAttributes.format = 'html' /><cfset objAttributes.name = '#Attributes.name#' /><cfset objAttributes.width = '#Attributes.width#' /><cfset objAttributes.height = '#Attributes.Height#' /><cfif isDefined('Attributes.query')><cfset objAttributes.query = 'attributes.query' /></cfif><cfif isDefined('Attributes.bind')><cfset objAttributes.bind = 'cfc:#Attributes.bind#({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})' /><cfset objAttributes.pageSize = '#Attributes.pageSize#' /></cfif><cfset objAttributes.striperows = 'yes' /><cfset objAttributes.selectOnLoad = '#Attributes.SelectOnLoad#' /><cfset objAttributes.stripeRowColor = '#Attributes.secondRow#' /><cfgrid attributeCollection="#objAttributes#"><cfgridcolumn name="key" Header="Key" display="no" /><cfloop index="i" from="1" to="#arrayLen(this.column)#"><cfgridcolumn name="#this.column[i].name#" Header="#this.column[i].Caption#" Display="#this.column[i].Display#" dataAlign="#this.column[i].dataAlign#" HeaderAlign="#this.column[i].dataAlign#" Width="#this.column[i].Width#" /></cfloop></cfgrid></cfform>
Result:

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

Watson Bug ID:	3039375

External Customer Info:
External Company:  
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 07/20/2009

Attachments:

Comments:

This bug has been voted..
Vote by External U.
23303 | November 10, 2011 06:59:36 PM GMT