[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:19:06 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:15:40.000000000 -0400
+++ shadow/79478.tmp.8815 2006-09-22 22:19:06.000000000 -0400
@@ -44,6 +44,19 @@
}
}
------- Additional Comments From unserkonig at gmail.com 2006-09-22 22:15 -------
Sorry, I meant "ListBox" for font attributes, not "TextBox".
+
+------- Additional Comments From unserkonig at gmail.com 2006-09-22 22:19 -------
+Commenting the next line in
+FontDialog.OnSelectedIndexChangedFontListBox appears to partially fix
+the problem:
+
+ form.Select(fontTextBox);
+
+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?
More information about the mono-bugs
mailing list