[Mono-bugs] [Bug 78746][Wis] New - Button OnClick not called

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 2 05:03:46 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 pre at oninetspeed.pt.

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

--- shadow/78746	2006-07-02 05:03:46.000000000 -0400
+++ shadow/78746.tmp.1295	2006-07-02 05:03:46.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 78746
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: pre at oninetspeed.pt               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Button OnClick not called
+
+I Have an UpdateButton that derives from System.Web.UI.Button. I override
+OnClick, but OnClick is never called
+
+Steps to reproduce the problem:
+1. Copy the attachemnt's to a dir
+2. Compile using :
+ mcs *.cs -out:bin/Test.dll -r:System.Web.dll -t:library
+3. Run xsp2
+4. Chekout localhost:8080/default.aspx
+
+Actual Results:
+A "Click" button is shown, when it's pressed nothing happens
+
+Expected Results:
+An exception. I placed a trow in the UpdateButton.OnClick control.
+
+How often does this happen? 
+Always
+
+
+Additional Information:
+
+pre:~/tmp/click $ mono --version
+Mono JIT compiler version 1.1.15, (C) 2002-2005 Novell, Inc and
+Contributors. www.mono-project.com
+        TLS:           __thread
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV:       normal
+        Disabled:      none
+
+
+pre:~/tmp/click $ xsp --version
+xsp2.exe 1.1.15.0
+(c) (c) 2002-2005 Novell, Inc.
+Minimalistic web server for testing System.Web


More information about the mono-bugs mailing list