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=80346 --- shadow/80346 2006-12-22 16:09:11.000000000 -0500 +++ shadow/80346.tmp.9881 2006-12-22 16:09:11.000000000 -0500 @@ -0,0 +1,31 @@ +Bug#: 80346 +Product: Mono: Class Libraries +Version: 1.2 +OS: GNU/Linux [Other] +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: minor issues + +I've noticed the following minor difference between Mono and MS for the +NumericUpDown control: + +1) The value in the textbox should not be selected by default. + +2) When focus is lost, the text should no longer be highlighted. + +3) When a value that exceeds Maximum (or is less than Minimum) is +entered, and the up button is clicked then the text is not updated. + +To reproduce: +1. compile and run the attached code snippet. +2. follow the on-screen instructions. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
