[Mono-bugs] [Bug 50234][Nor] New - HyperLinkColumn bug - Fix is provided
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 09:46:35 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50234
--- shadow/50234 2003-10-28 09:46:34.000000000 -0500
+++ shadow/50234.tmp.10889 2003-10-28 09:46:34.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 50234
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: HyperLinkColumn bug - Fix is provided
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+Link text got faulty value ("Sample_Databound_Text") when Text equals
+empty string and data bind occur.
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+Actual Results:
+The first column cells contain the phrase "Sample_Databound_Text"
+
+Expected Results:
+The first column should be empty
+
+How often does this happen?
+Always
+
+Additional Information:
+Sample_Databound_Text should be as far as I understood on design mode...