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