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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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 ());
+  }
+}
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to