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=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 [EMAIL PROTECTED] 2006-09-22 22:15 ------- Sorry, I meant "ListBox" for font attributes, not "TextBox". + +------- Additional Comments From [EMAIL PROTECTED] 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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
