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=79950 --- shadow/79950 2006-11-16 10:49:54.000000000 -0500 +++ shadow/79950.tmp.8557 2006-11-16 10:49:54.000000000 -0500 @@ -0,0 +1,28 @@ +Bug#: 79950 +Product: Mono: Class Libraries +Version: 1.0 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: NumericUpDown: Entering a number with the keyboard doesn't update NumericUpDown.Value + +If you enter a number in a NumericUpDown control with the keyboard the +Value property doesn't get updated. + +Means, if the initial value of the control is 0 and you enter 5000 and +print out the Value property it still has a 0 value. + +Attached is a simple test case. Change the numericupdown value with the +keyboard to any number < 100000 and press the button. + +The textbox should show the new value but all you get is 0. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
