[Mono-bugs] [Bug 82136][Wis] Changed - Wrong Z-order

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 21 09:09:56 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/82136	2007-07-20 10:43:30.000000000 -0400
+++ shadow/82136.tmp.6499	2007-07-21 09:09:56.000000000 -0400
@@ -59,6 +59,27 @@
 With your sample I don't get 3 windows, neither on Mono nor on MS.
 
 ------- Additional Comments From pablosantosluac at terra.es  2007-07-20 10:43 -------
 You don't actually have to click. With .NET you see just the last 
 window on the screen. With Mono you see the second one in the row... 
 which is incorrect. It seems the last doesn't get correctly placed
+
+------- Additional Comments From gert.driesen at pandora.be  2007-07-21 09:09 -------
+For me, the Modal2 form is also on top of the z-order. But on Linux, 
+the Modal2 form is created twice (which causes some flickering on 
+startup). Closing the application indeed also causes an 
+ObjectDisposedException on Mono (both Windows and Linux).
+
+This repro also appears to have uncovered regressions in (MS) .NET 
+2.0:
+* A ghost window remains "visible" when Modal2 is closed using the 
+control box.
+* Exiting the application (using the button) results in an 
+(unhandled) Win32Exception.
+
+It works fine using .NET 1.1 though.
+
+I've already submitted bug reports against MS for these regressions:
+https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?
+FeedbackID=288527
+https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?
+FeedbackID=288523


More information about the mono-bugs mailing list