[Mono-bugs] [Bug 79950][Nor] Changed - 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 16:04:41 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79950
--- shadow/79950 2006-11-16 15:53:53.000000000 -0500
+++ shadow/79950.tmp.12580 2006-11-16 16:04:41.000000000 -0500
@@ -31,6 +31,14 @@
Created an attachment (id=18093)
Simple test case
------- Additional Comments From gert.driesen at pandora.be 2006-11-16 15:53 -------
Note: the ValueChanged event also never fires for manual input.
+
+------- Additional Comments From gert.driesen at pandora.be 2006-11-16 16:04 -------
+Looked a little furter into this, and apparently the Mono behavior
+matches that of MS for .NET 1.1.
+
+In (MS) .NET 2.0, the ValueChanged event is fired and
+NumericUpDown.Value is updated to reflect the value entered by the
+user.
More information about the mono-bugs
mailing list