[Mono-bugs] [Bug 76608][Wis] New - ListBox autopostback="true" does not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 31 21:15:10 EST 2005


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 nathan at mammoth.com.au.

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

--- shadow/76608	2005-10-31 21:15:10.000000000 -0500
+++ shadow/76608.tmp.28415	2005-10-31 21:15:10.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 76608
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: nathan at mammoth.com.au               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ListBox autopostback="true" does not work
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Using 1.1.9.2
+
+When a ListBox control is given autopostback="true" , the required
+onchange="..." text is not emitted.
+
+
+Steps to reproduce the problem:
+1. Create a control <asp:ListBox runat="server" autopostback="true"
+>...</asp:ListBox>
+2. View the page's source in a browser
+3. Check for the onchange attribute
+
+Actual Results:
+
+Not emitted
+
+Expected Results:
+
+Emits onchange="__doPostback(...)"
+
+
+How often does this happen? 
+
+Every time
+
+Additional Information:
+
+DropDownList control behaves correctly; ListBox does not.


More information about the mono-bugs mailing list