[Mono-bugs] [Bug 79651][Min] New - X implicit grab is broken by reparenting

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 11 20:36:48 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 toshok at ximian.com.

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

--- shadow/79651	2006-10-11 20:36:48.000000000 -0400
+++ shadow/79651.tmp.13450	2006-10-11 20:36:48.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 79651
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: toshok at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: X implicit grab is broken by reparenting
+
+run wf-apps/ToolBarDockExample, and drag the datetimepicker control's
+toolbar out of the window so that you end up with another toplevel window.
+ move the mouse cursor to the left, quickly.  Notice that once it's outside
+the new undocked window the window stops tracking the cursor.
+
+For some reason, reparenting the window with the implicit grab (the toolbar
+holder, in this case) causes the grab to go away.  Not sure how we can
+reinstate it.. maybe a synthetic button press event if we know the window
+in question has the implicit grab (we should know this because we've
+already handled the button press event).


More information about the mono-bugs mailing list