Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Hank Miller / Hank Miller (nicxen)
Created: 06/05/2014
Components: AJAX, UI Components
Versions: 11.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Solaris All
Vote Count: 2
Duplicate ID: CF-3759630
Problem Description:I migrated to Coldfusion 11 and there is a problem with the cfgrid and bind.
<cfgrid name="theGrid"
target="pbdetail"
pagesize="3000"
format="html"
onload="load"
bind="cfc:internal/p/_com/pblock.pblockData({cfgridpage},{cfgridpagesize},{cfgridsortcolu mn},{cfgridsortdirection},'#trim(url.varpblocknumber)#','#trim(url.varrefno)#')"
bindonload="true"
striperows="true"
selectcolor="lightyellow"
height="200">
This works on Coldfusion 10 but no longer works on Coldfusion 11. The loading spinner just spins and the grid never appears. Will this be patched anytime soon?
Steps to Reproduce:
Create a page with the cfgrid similar to the one above. Pass in more then the default variables.
Actual Result:
Ajax spinner is the only item displayed
Expected Result:
Show the grid with the results like it did in CF10
Any Workarounds:
None known
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3771583
External Customer Info:
External Company:
External Customer Name: nicxen
External Customer Email:
External Test Config: My Hardware and Environment details:
Solaris 11
Attachments:
- June 05, 2014 00:00:00: 1_Doc1.docx
Comments: