[Mono-bugs] [Bug 48874][Nor] New - RadioButtonList bug - SelectedIndex event (A fix is provided)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Sep 2003 08:21:04 -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 yaronsh@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=48874

--- shadow/48874	2003-09-25 08:21:04.000000000 -0400
+++ shadow/48874.tmp.14336	2003-09-25 08:21:04.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 48874
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: RadioButtonList bug - SelectedIndex event (A fix is provided)
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The event of SelectedIndexChange is not launched
+
+Steps to reproduce the problem:
+1. Open the attached aspx file
+2. Select an item from the list
+
+Actual Results:
+No change at the page
+
+Expected Results:
+When the event is activated the selected index should be written
+as Response 
+
+How often does this happen? 
+Always
+
+Additional Information:
+Well, the flag that signs an index change was not updated to true when
+the index changes.