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: