[Mono-bugs] [Bug 76706][Nor] Changed - RadioButtonList
SelectedValue property returns empty string
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Nov 30 21:54:57 EST 2005
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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76706
--- shadow/76706 2005-11-30 08:29:56.000000000 -0500
+++ shadow/76706.tmp.28626 2005-11-30 21:54:57.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76706
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo at ximian.com
ReportedBy: jblais at perinfo.biz
QAContact: mono-bugs at ximian.com
@@ -134,6 +134,11 @@
We could check Attributes["Value"] of CheckBox before call
Attributes.AddAttrubutes (w)
It it not null, we call:
+ w.AddAttribute(HtmlTextWriterAttribute.Value, Attributes["Value"])
+ Attributes.Remove("Value");
+
+------- Additional Comments From gonzalo at ximian.com 2005-11-30 21:54 -------
+Fixed in r53741.
+
+Thanks!
More information about the mono-bugs
mailing list