[Mono-bugs] [Bug 78364][Wis] New - .NET's DateTimePicker combobox
is not a true combobox while mono's is.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 11 00:04:08 EDT 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78364
--- shadow/78364 2006-05-11 00:04:08.000000000 -0400
+++ shadow/78364.tmp.13058 2006-05-11 00:04:08.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 78364
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: atsushi at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: .NET's DateTimePicker combobox is not a true combobox while mono's is.
+
+MS.NET's DateTimePicker looks as if it were a simple ComboBox, but actually
+it can individually enter year, month, day etc.
+
+Keyboard control also works individually (up key to increase the number,
+down key to decrease etc.)
+
+It depends on locales - for example, in th-TH (Thai) it is selectable based
+on Thai Buddhist Calendar.
+
+To make it possible, we need somewhat different DateTimePicker
+implementation than we have now.
+
+(Having this bug report as wishlist since it is enclosed within
+DateTimePicker itself and current code just works as is.)
More information about the mono-bugs
mailing list