tracker issue : CF-3041722

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

Bug 83461:(Watson Migration Closure)[ANeff] Bug for: (IE-specific) In html grid, http_referer is [empty string], after clicking <cfgridcolumn href=""Related thread: https://prerelease

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 06/29/2010

Components: AJAX, UI Components

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 2

Problem:

[ANeff] Bug for: (IE-specific) In html grid, http_referer is [empty string], after clicking <cfgridcolumn href=""Related thread: https://prerelease.adobe.com/r/?e9ba5a0b661d480ab6d979d7c2cd0f9d
Method:

<cfscript>  myQuery = queryNew("myColumn", "varchar");  queryAddRow(myQuery, 1);  myQuery.myColumn[1] = "my link";</cfscript><cfform>  <cfgrid name="myGrid" format="html" query="myQuery">  <cfgridcolumn name="myColumn" href="#CGI.SCRIPT_NAME#" />  </cfgrid></cfform><cfoutput><a href="#CGI.SCRIPT_NAME#">my link</a><p>#CGI.HTTP_REFERER#</p></cfoutput>Just click the 2 links (the link in the grid, and the link below the grid) to see the difference in output from CGI.HTTP_REFERER.  Correct result, when clicking link below grid.  But, empty string when clicking the link in the grid.
Result:

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

Watson Bug ID:	3041722

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email: 3D1D17B03C844EBF992001AC
External Test Config: 06/29/2010

Attachments:

Comments:

This bug has been voted..
Vote by External U.
21901 | November 11, 2011 12:50:19 AM GMT
I get [empty string] on FORM dump after submitting cfgrid
Vote by External U.
21902 | November 11, 2011 12:50:20 AM GMT
At this point of time, we are taking up only high impact functionality related issues with Ajax UI controls for fixing. (Comment added from ex-user id:amkum)
Comment by Adobe D.
21900 | December 04, 2014 05:57:08 AM GMT