tracker issue : CF-3037111

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

Bug 74654:CF9 no longer underlines links in html cfgridcolumn href=""

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

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

Created: 12/22/2008

Components: AJAX, UI Components

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 221544, 244316

Priority/Frequency: Major / Unknown

Locale/System: English / Win All

Vote Count: 1

Problem:

CF9 no longer underlines links in html cfgridcolumn href="".

CF8 did underline those href="" links.

The links need to be underlined, so users know that they are links to be clicked.

-----------------------------------------------------------------------------

Aaron Neff wrote: 
Aaron Neff said:
________________________________________

I noticed in CF9, that links created via cfgridcolumn’s href="" attribute are no longer underlined in html grids.  CF8 formatted those links w/ underlines.

Posting here so I can refer to it in the bug report.
________________________________________


On a related note, currently href="" even also applies to empty rows.  Just a tad annoying.  Can this be changed, so that the empty rows on the last page of html grid results are not clickable? 
--------------------------------------------------------------------------------
Method:

Just use href="..." in an html cfgridcolumn, and refresh the grid, to see issue.

<cfquery name="q" datasource="ajax">
	select * from employees
</cfquery>


<cfform>
	<cfgrid name="g1" format="html" query="q">
		<cfgridcolumn name="firstname" href="http://www.google.com">
	</cfgrid>
</cfform>

Result:

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

Watson Bug ID:	3037111

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email: 3D1D17B03C844EBF992001AC
External Test Config: 12/22/2008

Attachments:

Comments:

Forgot to add the URL to the forum post.... The forum post is here: https://prerelease.adobe.com/project/forum/thread.html?cap=87529bda13744b3db718e841890b9240&forid={A8760B70-42A5-45FC-8BA2-DFCF173A9580}&topid={50A5F74B-98F9-4E1D-864D-C52063C1E16C}
Vote by External U.
24358 | November 10, 2011 07:10:11 PM GMT