[Mono-bugs] [Bug 79952][Nor] New - ComboBox scrolling issue

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Nov 16 14:57:31 EST 2006


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 monkey at jpobst.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79952

--- shadow/79952	2006-11-16 14:57:31.000000000 -0500
+++ shadow/79952.tmp.11630	2006-11-16 14:57:31.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 79952
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: monkey at jpobst.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ComboBox scrolling issue
+
+Description of Problem:
+When you click the part of the scrollbar between the arrows and the little
+box, it should scroll down an entire page.  On our ComboBox, it scrolls
+down 2 items.
+
+Steps to reproduce the problem:
+1. Run attached program.
+2. Drop down the combobox.
+3. Click the part of the scrollbar between the little box at the top and
+the arrow at the bottom.
+
+Actual Results:
+ComboBox scrolls down 2 items.
+
+Expected Results:
+ComboBox scrolls so that "H" is the top item in the list.
+
+Additional Information:
+I almost have to think this is a recent (early November) regression for me
+to not notice it before, but I don't know.
+
+It seems like it scrolls down 2 items because it is handling the Click
+event twice.
+
+The scrollbars in winforms/formtest seem to be fine, it seems localized to
+ComboBox scrollbars.


More information about the mono-bugs mailing list