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=78523 --- shadow/78523 2006-05-28 17:39:59.000000000 -0400 +++ shadow/78523.tmp.23017 2006-05-28 17:39:59.000000000 -0400 @@ -0,0 +1,63 @@ +Bug#: 78523 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Fedora Core 5 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Problem with grid and closing windows + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Compiling the attached code with gmcs causes problems when clicking on a +grid box and causes a throwback when the window is closed. + +Steps to reproduce the problem: +1. Compile the attached source +2. Double click on a cell window +3. Close the window + +Actual Results: +There looks to be a redraw problem when double clicking on the grid - it +doesn't happen under .NET. The throwback reads as follows + +X11 Error encountered: +Error: BadWindow (invalid Window parameter) +Request: 12 (X_ConfigureWindow) +Resource ID: 0x4400345 +Serial: 51774 +Hwnd : Hwnd, Mapped:True ClientWindow:0x4400345, WholeWindow:0x4400344, +Parent:[Hwnd, Mapped:True ClientWindow:0x4400007, WholeWindow: 0x4400006, +Parent:[Hwnd, Mapped True ClientWindow:0x4400003, WholeWindow: 0x4400002, +Parent:[<null>]]] +Control: <handle 71304005 non-existant> +at System.Windows.Forms.XplatUIX11.WhereString() +at System.Windows.Forms.XplatUIX11.HandleError() +at System.Windows.Forms.XplatUIX11.HandleError() +at System.Windows.Forms.XplatUIX11.XPending() +at System.Windows.Forms.XplatUIX11.XPending() +at System.Windows.Forms.XplatUIX11.UpdateMessageQueue() +at System.Windows.Forms.XplatUIX11.GetMessage() +at System.Windows.Forms.XplatUI.GetMessage() +at System.Windows.Forms.Application.RunLoop() +at System.Windows.Forms.Application.Run() +at Grid.Program.Main() + +Expected Results: +Closing the window should be clean and the datagrid handling should not +differ between Win32 and Linux. + +Additional Information: + +mono/mcs/libgdiplus built from source at 21:00hrs British Summer Time 28th +May 2006 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
