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 TrackerStatus/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: