tracker issue : CF-3525182

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

CFGRID HTML version issue

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): JIM STAHLIN / JIM STAHLIN (Elwood123Bermuda)

Created: 03/19/2013

Components: AJAX

Versions: 10.0

Failure Type: Data Corruption

Found In Build/Fixed In Build: Final / 288644

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Win All

Vote Count: 0

Problem Description:
Data does not submit correctly

Steps to Reproduce:
Using the following grid:
<cfquery datasource="db" name="q1">
          Select 'a', 0
          union
          Select 'b', 0
          union
          Select 'c', 0
          union
          Select 'd', 0
          union
          Select 'e', 0
          union
          Select 'f', 0
  </cfquery>
 
<cfform name="formgrid" action="customersku_submit.cfm">
    <cfgrid name = "gridname" format="html"
        selectmode="edit"
        font="Tahoma" fontsize="12"
        query = "q1">
    </cfgrid>
 
    <cfinput type = "submit" name = "submit" value = "Submit">
</cfform>

If you change the number for the a row and click on the f row without tabbing or entering out of the field and press submit it will return data that says row f's value was changed.


Actual Result:
f data changed

Expected Result:
a data should change

Any Workarounds:
none that I have found

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

Watson Bug ID:	3525182

External Customer Info:
External Company:  
External Customer Name: Elwood123Bermuda
External Customer Email:  
External Test Config: My Hardware and Environment details:

Tested in 9.0.2 and in the current 10 versions of Coldfusion

Attachments:

  1. March 20, 2013 00:00:00: 1_Adobe_Issue.zip

Comments:

I've attached a zip file with pictures of the before during and after.
Comment by External U.
15969 | March 19, 2013 01:01:02 PM GMT