[Mono-bugs] [Bug 74729][Wis] New - ComboBox does not draw bottom item
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 19:50:48 -0400 (EDT)
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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74729
--- shadow/74729 2005-04-25 19:50:48.000000000 -0400
+++ shadow/74729.tmp.5130 2005-04-25 19:50:48.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 74729
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: jordi@ximian.com
+ReportedBy: jackson@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ComboBox does not draw bottom item
+
+When the top item in the combobox drop down is first selected, the bottom
+item is not drawn.
+
+Steps to reproduce:
+
+1. Run the winforms/combobox demo.
+2. Click any of the combobox's arrows, to open its drop down
+ - All the items are drawn correctly.
+3. Select the top item
+ - The bottom item is no longer drawn
+4. Select the next item
+ - All the items are drawn correctly again