[Mono-bugs] [Bug 78452][Nor] Changed - MDI windows do not stay on the same desktop as the parent.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 18 20:16:38 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 miguel at ximian.com.

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

--- shadow/78452	2006-05-18 20:11:59.000000000 -0400
+++ shadow/78452.tmp.10046	2006-05-18 20:16:38.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78452
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: peter at novonyx.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -99,6 +99,23 @@
   Backing Store State: NotUseful
   Save Under State: no
   Map State: IsViewable
   Override Redirect State: no
   Corners:  +130+437  -192+437  -192-547  +130-547
   -geometry 1078x66+130+437
+
+------- Additional Comments From miguel at ximian.com  2006-05-18 20:16 -------
+Possible its this one, that we do not set:
+
+WM_CLIENT_LEADER(WINDOW): window id # 0x2e00001
+_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_TOOLBAR
+
+The page here:
+http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html
+
+States that the _NET_WM_WINDOW_TYPE property SHOULD be set:
+http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html
+
+Maybe it needs to be set to DOCK or TOOLBAR
+
+It also points that DOCK or TOOLBAR are also likely going to set:
+WM_TRANSIENT_FOR


More information about the mono-bugs mailing list