[Mono-bugs] [Bug 49093][Maj] New - CheckBoxList bug - ViewState\ Visible

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Sep 2003 09:56:11 -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=49093

--- shadow/49093	2003-09-30 09:56:11.000000000 -0400
+++ shadow/49093.tmp.19175	2003-09-30 09:56:11.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 49093
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+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 - ViewState\ Visible
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The CheckBoxList loses it's selected indices when becoming visible from 
+invisible mode 
+
+Steps to reproduce the problem:
+1. Open the attached .aspx
+2. Check some items in the CheckBoxList
+3. Click the button "Invisible"
+4. Click the button "Visible"
+
+Actual Results:
+All the items that were checked before the list became invisible become 
+unchecked.
+
+Expected Results:
+The list should return into the exact status before becoming invisible
+(I.E the selected indices should retrieve thier values)
+
+How often does this happen? 
+Always
+
+Additional Information:
+That's the same problem that was the disable\ enable, we forgot about this 
+possible case. (BTW this bug doesn't appears in MS version).