[Mono-bugs] [Bug 48802][Maj] Changed - CheckBoxList bug
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 03:48:57 -0400 (EDT)
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48802
--- shadow/48802 2003-09-29 03:07:21.000000000 -0400
+++ shadow/48802.tmp.32117 2003-09-29 03:48:57.000000000 -0400
@@ -74,6 +74,13 @@
Since AdRotator is not a control that font is suppose to be a
commonly used element, I treated this as a policy.
Our case is completly different, there is no other case that a
disabled control loses it's status when it enabled again.
This one is clearly a bug.
Why should we wait for MS???
+
+------- Additional Comments From gonzalo@ximian.com 2003-09-29 03:48 -------
+
+Okay, fixing this involves saving the indices for ListBox and
+CheckBoxList. DropDownList and RadioButtonList do not suffer this problem.
+
+I'll do it now.