[Mono-bugs] [Bug 49091][Maj] New - CheckBox bug - ViewState

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Sep 2003 09:29:31 -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=49091

--- shadow/49091	2003-09-30 09:29:31.000000000 -0400
+++ shadow/49091.tmp.18703	2003-09-30 09:29:31.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 49091
+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: CheckBox bug - ViewState
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+CheckBoxes lose their checked status 
+
+Steps to reproduce the problem:
+1. Open the attached .aspx 
+2. Check the checkbox
+3. Click the button "Disable"
+4. Click the button "Enable"
+
+Actual Results:
+The checkbox becomes enabled but NOT checked
+
+Expected Results:
+The checkbox should become enable and checked as it was before it was 
+disabled
+
+How often does this happen? 
+Always
+
+Additional Information:
+This problem occur with visibilty changes too.