[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
Sun Sep 24 07:01:25 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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79478
--- shadow/79478 2006-09-22 22:19:06.000000000 -0400
+++ shadow/79478.tmp.8110 2006-09-24 07:01:25.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79478
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: unserkonig at gmail.com
QAContact: mono-bugs at ximian.com
@@ -57,6 +57,20 @@
However, when the selection changes, the focus is given to the textbox
above the listbox. Commenting this line causes to not give the focus
to the textbox, which is also wrong.
Probably a focus issue?
+
+------- Additional Comments From alex.olk at googlemail.com 2006-09-24 07:01 -------
+It is now possible to change the selected index of a font*listbox from
+the corresponding textbox with the up and down arrow keys (r65844).
+
+However, the not working mouse wheel is a ListBox bug. ListBox has
+some other problems, for example, if you change the SelectedIndex
+property to a value of an item that is currently not visible, the mwf
+ListBox does not show that item. Means it doesn't make it visible as
+windows does.
+
+The focus problem you are talking about is a TextBox bug. I'm waiting
+until all focus issues of the controls that FontDialog uses are fixed
+before doing anything here :-)
More information about the mono-bugs
mailing list