[Mono-bugs] [Bug 79950][Nor] New - NumericUpDown: Entering a number with the keyboard doesn't update NumericUpDown.Value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 16 10:49:54 EST 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 alex.olk at googlemail.com.
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: toshok at ximian.com
+ReportedBy: alex.olk at googlemail.com
+QAContact: mono-bugs at ximian.com
+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.
More information about the mono-bugs
mailing list