[Mono-bugs] [Bug 79970][Nor] Changed - ComboBox: dropdown list should not be displayed when there are no items
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 20 08:22:38 EDT 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79970
--- shadow/79970 2006-12-01 15:42:06.000000000 -0500
+++ shadow/79970.tmp.17029 2007-05-20 08:22:38.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 79970
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: mkestner at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: 1_2
URL:
Cc:
-Summary: ComboBox: Dropdown list not displayed when there are no items
+Summary: ComboBox: dropdown list should not be displayed when there are no items
When there are no items in the ComboBox, the dropdown list is not
displayed (in neither of the dropdown styles).
To reproduce:
1. compile and run the attached code snippet.
@@ -54,6 +54,17 @@
------- Additional Comments From mkestner at ximian.com 2006-12-01 15:42 -------
So apparently this behavior is themeable. The Classic theme does not
popup empty lists. The XP theme does. Closing this for now. If we
ever add an XP theme, we may have to figure out how to make that
behavior themeable.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-05-20 08:22 -------
+Since we intend to match the Windows Classic behaviour with our win32
+theme, we should not displayed a dropdown list when clicking the
+dropdown arrow of a combobox that contains no items.
+
+Currently, we show a full dropdown list on the 2.0 profile (on both
+win32 and linux), and a very small ~2 pixel dropdown list on the 1.0
+profile (on linux only).
+
+I've updated my repro accordingly.
More information about the mono-bugs
mailing list