[Mono-bugs] [Bug 78022][Cri] Changed - OnSelectedIndexChanged doesn`t fire when first option is selected

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 5 08:59:40 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-05 06:51:46.000000000 -0400
+++ shadow/78022.tmp.7076	2006-04-05 08:59:40.000000000 -0400
@@ -2,14 +2,14 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Critical
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: alexander.s.ivanov at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -20,6 +20,14 @@
 
 Looks like IPostBackDataHandler.LoadPostData doesn`t work correct.
 
 If ViewState is enabled OnSelectedIndexChanged fires for all options 
 except first one.
 If ViewState is disabled OnSelectedIndexChanged never fires.
+
+------- Additional Comments From alexander.s.ivanov at gmail.com  2006-04-05 08:59 -------
+After some investigation i`ve found that LoadViewState loads 
+DropDownList`s state incorrectly.
+
+After incorrect state restoration first option is set as selected by 
+Mono and then client selects first option, Mono think that no changes 
+were made by client and doesn`t raise OnSelectedIndexChanged.


More information about the mono-bugs mailing list