[Mono-bugs] [Bug 79478][Nor] Changed - FontDialog: Can't change selection using arrow keys nor mouse wheel
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 22 22:09:33 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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79478
--- shadow/79478 2006-09-22 22:08:35.000000000 -0400
+++ shadow/79478.tmp.8616 2006-09-22 22:09:33.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79478
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: unserkonig at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -25,6 +25,22 @@
selection when using arrow keys or mouse wheel
Steps to reproduce the problem:
1. Compile the sample
2. Select any value in FontFace textbox
3. Try pressing arrow keys (up and down) or mouse wheel to change selection.
+
+------- Additional Comments From unserkonig at gmail.com 2006-09-22 22:09 -------
+// Sample
+using System;
+using System.Windows.Forms;
+using System.Drawing;
+
+public class Test
+{
+ static void Main ()
+ {
+ FontDialog fd = new FontDialog ();
+ fd.ShowDialog ();
+ }
+}
+
More information about the mono-bugs
mailing list