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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Sep 2003 04:04:26 -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 yaronsh@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=48802

--- shadow/48802	2003-09-24 04:04:26.000000000 -0400
+++ shadow/48802.tmp.27519	2003-09-24 04:04:26.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 48802
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CheckBoxList bug
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The selected items on the checkbox list are not shown after toggling 
+enable mode.
+
+Steps to reproduce the problem:
+1. Open the attached aspx file.
+2. Check some items in the CheckBoxList
+3. Click on the button "Disable"
+4. Click on the button "Enable"
+
+Actual Results:
+After clicking on the "Enable" button all the items become unchekced.
+
+Expected Results:
+The checked items before disabling the CheckBoxList should stayed checked.
+
+How often does this happen? 
+Always
+
+Additional Information:
+1. Disable doesn't work at all at "Mozilla" explorer.
+2. I saw that indices are saved but "lost" (null value on LoadViewState 
+   at ListControl).