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: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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -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 [EMAIL PROTECTED]  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 :-)
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to