[Mono-bugs] [Bug 79588][Blo] Changed - [PATCH] ComboBox: ArgumentOutOfRangeException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 12 17:23:56 EDT 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 alex.olk at googlemail.com.

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

--- shadow/79588	2006-10-12 12:03:15.000000000 -0400
+++ shadow/79588.tmp.10287	2006-10-12 17:23:56.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 79588
 Product: Mono: Class Libraries
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: RESOLVED   
+Status: VERIFIED   
 Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: Windows.Forms
 AssignedTo: rolfkvinge at ya.com                            
 ReportedBy: alex.olk at googlemail.com               
@@ -285,6 +285,14 @@
 SelectedIndex gets to set the highlighted item, the second 
 (recursive) call has modified the number of items in the combobox and 
 the first one causes an exception.
 
 ------- Additional Comments From rolfkvinge at ya.com  2006-10-12 12:03 -------
 Fixed in r66602
+
+------- Additional Comments From alex.olk at googlemail.com  2006-10-12 17:23 -------
+Yeah, much better patch then my patch.
+
+And yes, you were correct. It was a recursive problem.
+
+I've written a test case and tested it on windows. It doesn't work,
+the app hangs completely. So I gues it was a PEBCAK :-)


More information about the mono-bugs mailing list