[Mono-bugs] [Bug 47869][Maj] Changed - CheckBox bug (UnCheck problem)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 08:14:00 -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 07:10:42.000000000 -0400
+++ shadow/47869.tmp.17531 2003-08-26 08:14:00.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 47869
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: yaronshkop@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -130,6 +130,14 @@
MMM... as we can see it results in bug.
I saw this checked status corruption in many pages I've created.
As far as I know only the control that an action occurred on should
fire an event.
Any other attitude will lead to bugs. There is high possibility that
it will cause other bugs...
+
+------- Additional Comments From gonzalo@ximian.com 2003-08-26 08:13 -------
+Fixed now in CVS.
+
+We no longer trigger the CheckedChanged event for both checkboxes at
+the same time.
+
+Thank you!