Bug 313304 (MONO51823)

Summary: HyperLinkColumn.NavigateUrl property has no effect after rendering.
Product: [Mono] Mono: Class Libraries Reporter: Alon Gazit <along>
Component: Sys.WebAssignee: Jackson Harper <jaharper>
Status: RESOLVED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Normal    
Priority: P3 - Medium Keywords: UI
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: This file demonstrates the problem
proposed patch

Description Thomas Wiest 2007-09-15 18:21:13 UTC


---- Reported by along@mainsoft.com 2003-12-07 07:30:55 MST ----

Description of Problem:
HyperLinkColumn.NavigateUrl property has no effect after rendering.
After render ,href attribute of anchor tag has "url" value and not the 
NavigateUrl value.


Steps to reproduce the problem:
1. Open the attached aspx.

Actual Results:
The href attribute of anchor tag has "url".

Expected Results:
The href attribute of anchor tag will have the NavigateUrl value.

How often does this happen? 
Always

Additional Information:



---- Additional Comments From along@mainsoft.com 2003-12-07 07:31:29 MST ----

Created an attachment (id=165260)
This file demonstrates the problem




---- Additional Comments From pcgod@gmx.net 2003-12-07 09:19:26 MST ----

Created an attachment (id=165261)
proposed patch




---- Additional Comments From jackson@ximian.com 2003-12-08 14:28:40 MST ----

Fixed in CVS. Thanks for the report, and thanks for the patch.

Imported an attachment (id=165260)
Imported an attachment (id=165261)