[Mono-bugs] [Bug 73745][Wis] New - [2.0] DropDownList broken in ASP.NET 2.0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Mar 2005 19:43:47 -0500 (EST)


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 grompf@sublimeintervention.com.

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

--- shadow/73745	2005-03-15 19:43:47.000000000 -0500
+++ shadow/73745.tmp.22687	2005-03-15 19:43:47.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 73745
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: OSX 10.3.8
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: grompf@sublimeintervention.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] DropDownList broken in ASP.NET 2.0
+
+The following test case should print:
+DDLChanged: One
+or DDLChanged: Two
+as you change the drop down lists back and forth (it does in MSDN Express Web Dev Feb CTP); on 
+mono the Changed event is only fired for "two"
+
+-kangaroo