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=79967 --- shadow/79967 2006-11-18 04:42:12.000000000 -0500 +++ shadow/79967.tmp.18107 2006-11-18 04:42:12.000000000 -0500 @@ -0,0 +1,29 @@ +Bug#: 79967 +Product: Mono: Class Libraries +Version: 1.1 +OS: GNU/Linux [Other] +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: Globalization issues + +The NumericUpDown has the following globalization issues: + +* Always assumes , (comma) is the group separator +* Always assumes . (point) is the decimal separator +* Always assumes - (minus) is negative sign + +To reproduce: +1. compile and run the attached code snippet. +2. following the on-screen instructions on tabs #1 up until #4. + +I'll probably submit a patch for this issue later today. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
