[Mono-bugs] [Bug 75585][Nor] New - Ownerdrawn ComboBox never
receives DrawItemState.ComboBoxEdit
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 19 09:57:04 EDT 2005
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 xenomorph2 at onlinehome.de.
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: mono-bugs at ximian.com
+ReportedBy: xenomorph2 at onlinehome.de
+QAContact: mono-bugs at ximian.com
+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:
More information about the mono-bugs
mailing list