[Mono-bugs] [Bug 82188][Nor] New - [2.0] NumericUpDown broken

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 25 15:18:12 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/82188	2007-07-25 15:18:12.000000000 -0400
+++ shadow/82188.tmp.21662	2007-07-25 15:18:12.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 82188
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] NumericUpDown broken
+
+The NumericUpDown control is completely broken on the 2.0 profile.
+
+To reproduce, compile and run the following code snippet:
+
+using System;
+using System.Windows.Forms;
+
+public class MainForm : Form
+{
+  public MainForm ()
+  {
+    NumericUpDown nud = new NumericUpDown ();
+    Controls.Add (nud);
+  }
+
+  [STAThread]
+  static void Main ()
+  {
+    Application.Run (new MainForm ());
+  }
+}


More information about the mono-bugs mailing list