CF-4102251
Title
BindOnLoad not working
Description
In JS binding even if binOnLoad was false, we were still making a server call to fetch the data. Though we were showing empty table, this call was unnecessary. Now I have added the fix and not making this server call to get data if bindOnLoad is false.
Comment by Uday O.
01/05/2016 03:46:42 GMT
Verified the fix in CF 2016, # 297518 and CF11_HF7 with the updated driver. (Comment added from ex-user id:prk)
Comment by Adobe D.
01/13/2016 12:44:40 GMT
Hi Adobe, This ticket is listed in ColdFusion2016IssueFixed.pdf, but it is not fixed. Verified in CF2016 Update 1 (build 2016.0.01.298513). Repro case: index.cfm ----------- <cfform> <cfgrid name="myGrid" format="html" bind="cfc:MyCFC.getGridData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})" bindonload="false"> <cfgridcolumn name="myColumn"> </cfgrid> </cfform> <cfif SERVER.keyExists("ticket_4102251")> <cfdump var="#SERVER.ticket_4102251#"> </cfif> MyCFC.cfc ----------- component { remote function getGridData(gridPage, gridPageSize, gridSortColumn, gridSortDirection) { SERVER.ticket_4102251 = now(); var q = queryNew("myColumn", "varchar", [["foobar"]]); return queryConvertForGrid(q, ARGUMENTS.gridPage, ARGUMENTS.gridPageSize); } remote function setGridData(gridAction, gridRow, gridChanged) {} } Actual Result: timestamp is displayed Expected Result: timestamp is not displayed This ticket needs re-opened/fixed. Thanks!, -Aaron
Comment by Aaron N.
07/22/2017 07:37:12 GMT
Since this ticket is not yet fixed, it needs: 1) to be re-opened/fixed 2) to be removed from https://helpx.adobe.com/content/dam/help/attachments/cf2016-issues-fixed.pdf
Comment by Aaron N.
07/23/2017 21:29:12 GMT
Repro steps: Run code from 07/22/2017 07:37:12 GMT comment, then hit F5 to refresh page. A timestamp appears, but shouldn't. Thanks!, -Aaron
Comment by Aaron N.
08/06/2017 19:14:10 GMT
*bump* Adobe? This is _not_ fixed. Please re-open. Please see my comments above. I emailed the same to cfinstal@adobe.com. Thanks!, -Aaron
Comment by Aaron N.
08/22/2017 19:48:57 GMT
Hi Adobe, Details from my database: fixReleasedInBuild='2016.0.0.297996' fixVerifiedInBuild='2016.0.01.298513' fixVerificationDate='07/22/2017 07:37:12' fixVerificationStatus='verified_not_fixed' fixVerificationNote = 'Awaiting response from cfinstal@adobe.com.' I see this ticket has been re-opened as Open/ToFix/BugVerified. Next, this ticket should be removed from: https://helpx.adobe.com/content/dam/help/attachments/cf2016-issues-fixed.pdf Thanks!, -Aaron
Comment by Aaron N.
09/30/2017 18:36:46 GMT
Hi Aaron, Thanks for the input. We have removed it from https://helpx.adobe.com/content/dam/help/attachments/cf2016-issues-fixed.pdf Regards, Manas
Comment by Manas M.
10/04/2017 07:21:00 GMT
Status:
Closed
Details
Date Created:
12/21/2015
Component:
AJAX : UI Components
Version:
Alpha
Failure Type
Performance Issue
Found In Build:
298513
Fixed In Build:
312775
Priority:
Major
Frequency:
All users will encounter
System:
Mac 10 All
Browser:
Resolution
Fixed
Reason Code:
Fixed
Votes:
0