[Mono-bugs] [Bug 79001][Min] New - NumericUpDown: Value proeprty should be equal to Minimum property when created
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 2 23:18:02 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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79001
--- shadow/79001 2006-08-02 23:18:02.000000000 -0400
+++ shadow/79001.tmp.5932 2006-08-02 23:18:02.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 79001
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: unserkonig at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: NumericUpDown: Value proeprty should be equal to Minimum property when created
+
+The default value for NumericUpDown.Value is 0. If the
+NumericUpDown.Minimum value is bigger than it -for example, 3-, then Value
+should have the same value -thus 3 too-.
+
+When trying to decrement the value of the NumericUpDown control, an
+exception appears; but it could be fixed by just fixing the assignation for
+Value property.
+
+
+Steps to reproduce the problem:
+1. Compile the sample.
+2. Observe that the value in the NumericUpDown control is 0, not 3. In .Net
+the value is 3 (the same value of Minimum property).
More information about the mono-bugs
mailing list