[Mono-bugs] [Bug 47869][Maj] Changed - CheckBox bug (UnCheck problem)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 07:04:06 -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=47869

--- shadow/47869	2003-08-26 04:53:41.000000000 -0400
+++ shadow/47869.tmp.17142	2003-08-26 07:04:06.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 47869
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
+Status: NEEDINFO   
 Resolution: DUPLICATE
 Severity: Unknown
 Priority: Major
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yaronshkop@hotmail.com               
@@ -115,6 +115,9 @@
 					if (!Enabled)
 It should be:
 if (Events [CheckedChangedEvent] != null || !Enabled)
 
 I don't think that one causes the problem but it's a mistake. 
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-08-26 07:04 -------
+Reopening. I see the bug now.