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=75585 --- shadow/75585 2005-07-19 09:57:04.000000000 -0400 +++ shadow/75585.tmp.27073 2005-07-19 09:57:04.000000000 -0400 @@ -0,0 +1,39 @@ +Bug#: 75585 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Ownerdrawn ComboBox never receives DrawItemState.ComboBoxEdit + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +If you overwrite the OnDraw method of an owner drawn combobox +DrawItemEventArgs.State never has the value DrawItemState.ComboBoxEdit. + +Steps to reproduce the problem: +1. Run the FileDialog sample in winforms/filedialog and look at the +ComboBox at the top. + +Actual Results: +The selected directory and icon are not on the left side they appear +somewhere in the middle of the "edit field" + +Expected Results: +Overwritten draw methods should receive DrawitemState.ComboBoxEdit also. + +How often does this happen? +Everytime... + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
