[Mono-bugs] [Bug 48802][Maj] Changed - CheckBoxList bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Sep 2003 21:09:47 -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-26 19:52:37.000000000 -0400
+++ shadow/48802.tmp.6810	2003-09-26 21:09:47.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 48802
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: System.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: yaronsh@mainsoft.com               
 QAContact: mono-bugs@ximian.com
@@ -52,6 +52,17 @@
 After, they are un-selected at IPostBackDataHandler.LoadPostData
 at the CheckBoxList class.
 
 ------- Additional Comments From yaronsh@mainsoft.com  2003-09-24 10:59 -------
 This bug appears at MS version too.
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-09-26 21:09 -------
+Fixed the "disabled not working" problem.
+
+The viewstate problem can be considered a "feature" until they fix
+theirs. While fixing another bug sometime ago, I realized that it only
+saves indices under certain circumstances for ListControl derived
+classes. That's why CheckBoxList subcontrols viewstate is not saved.
+
+Thanks!
+