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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78341 --- shadow/78341 2006-05-09 01:05:24.000000000 -0400 +++ shadow/78341.tmp.18440 2006-05-09 01:05:24.000000000 -0400 @@ -0,0 +1,41 @@ +Bug#: 78341 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ComboBox use the 100% of CPU (infinit loop?) + +Description of Problem: +Program set the CPU to 100% when using a ComboBox + +Steps to reproduce the problem: +1. I use the sources of MonoCalendar 0.6.6 +2. +preferences.cs 549: this.comboBoxTimeFormat.DropDownStyle = +System.Windows.Forms.ComboBoxStyle.DropDownList; +preferences.cs 596: this.comboBoxDaysWeek.DropDownStyle = +System.Windows.Forms.ComboBoxStyle.DropDownList; + +Actual Results: + If I comment this two lines, the program work correctly, if dont comment +this, use the 100% of CPU and dont draw nothing in the program, but the +program run correctly. + +Expected Results: + Dont use CPU and draw all correctly. + +Additional Information: + Version of MonoCalendar is 0.6.6 + Download the sources: +http://prdownloads.sourceforge.net/monocalendar/monocalendar-source-0.6.6.tar.gz?download _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
