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=75389 --- shadow/75389 2005-06-27 06:19:51.000000000 -0400 +++ shadow/75389.tmp.18590 2005-06-27 06:19:51.000000000 -0400 @@ -0,0 +1,41 @@ +Bug#: 75389 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: TextBox controls throws a System.OutOfMemoryException exception + +Problem description: + +When closing a Datagrid application that uses TextBox control I get: +"System.OutOfMemoryException exception". See + +Unhandled Exception: System.OutOfMemoryException: Out of memory. +in <0x00084> System.Drawing.GDIPlus:CheckStatus (Status status) +in <0x000d3> System.Drawing.Graphics:FromHwnd (IntPtr hwnd) +in <0x00033> System.Windows.Forms.Control:CreateGraphics () +in <0x00018> System.Windows.Forms.TextBoxBase:CalculateDocument () + +To reproduce: + +1. Go to winforms/datagrid +2. Run the swf-datagrid.exe sample +3. Press properties table navigation +4. Close the window using the top-right cross button (the close window) +5. Get the exception + +Actually the bug is due to the use of TextBox in Combobox. If it is a +Combobox bug please re-assign it to me. + +Jordi, _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
