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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
