[Mono-bugs] [Bug 78022][Nor] Changed - OnSelectedIndexChanged
doesn`t fire when first option is selected
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 11 03:03:35 EDT 2006
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 alexander.s.ivanov at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78022
--- shadow/78022 2006-04-10 22:26:42.000000000 -0400
+++ shadow/78022.tmp.18335 2006-04-11 03:03:35.000000000 -0400
@@ -32,6 +32,21 @@
Mono and then client selects first option, Mono think that no changes
were made by client and doesn`t raise OnSelectedIndexChanged.
------- Additional Comments From gonzalo at ximian.com 2006-04-10 22:26 -------
Do you have a small test case for this? Reopen once you attach a test
case. Thanks.
+
+------- Additional Comments From alexander.s.ivanov at gmail.com 2006-04-11 03:03 -------
+I`ve already fix this problem.
+
+There was the problem in:
+/mcs/class/System.Web/System.Web.UI.WebControls/ListControl.cs
+at:
+LoadViewState and SaveViewState
+
+Instead of:
+#if NET_2_0
+where was:
+#if !NET_2_0
+
+Some kind of inverted boolean operation :)
More information about the mono-bugs
mailing list