[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:10:42 -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 yaronshkop@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47869
--- shadow/47869 2003-08-26 07:04:44.000000000 -0400
+++ shadow/47869.tmp.17178 2003-08-26 07:10:42.000000000 -0400
@@ -122,6 +122,14 @@
------- Additional Comments From gonzalo@ximian.com 2003-08-26 07:04 -------
Reopening. I see the bug now.
------- Additional Comments From gonzalo@ximian.com 2003-08-26 07:04 -------
We are firing the checked event for both buttons always.
MS only fires one of them on the one that was clicked.
+
+------- Additional Comments From yaronshkop@hotmail.com 2003-08-26 07:10 -------
+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...