[Mono-bugs] [Bug 80775][Cos] Changed - Modal forms on Mono/Windows do not behave exactly like those on MS .NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 25 08:53:46 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 rolfkvinge at ya.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80775
--- shadow/80775 2007-04-20 05:53:13.000000000 -0400
+++ shadow/80775.tmp.11536 2007-04-25 08:53:46.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 80775
Product: Mono: Class Libraries
Version: 1.2
OS: Windows XP
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Windows.Forms
AssignedTo: rolfkvinge at ya.com
ReportedBy: georgegiolfan at yahoo.com
QAContact: mono-bugs at ximian.com
@@ -69,6 +69,29 @@
Repro
------- Additional Comments From rolfkvinge at ya.com 2007-04-20 05:48 -------
everaldo, I think this is because of some changes I did, so unless
you have any objections, I take this bug:)
+
+------- Additional Comments From rolfkvinge at ya.com 2007-04-25 08:53 -------
+Gert, On Windows I can get this to work, so I suppose you're testing
+it on Linux.
+
+* The modal form is not displayed in the taskbar.
+This is a window manager decision, we're creating modal forms with
+the _NET_WM_WINDOW_TYPE_DIALOG hint, as opposed to
+_NET_WM_WINDOW_TYPE_NORMAL (this is what I changed a few weeks ago).
+I can change it back, but it will break something else (modal windows
+will show behind toolwindows), and I think this is the lesser of
+those evils.
+
+* Clicking the owner form in the taskbar should not minimize any
+form; currently, it minimizes both the owner and the modal form (and
+the instructions form).
+Again a windows manager decision (can't remember where I read it on
+the web, but it's because otherwise it would be impossible to do
+anything with the main window unless you close the dialog, which is
+not seen as a good idea on Linux).
+
+So, I'll close this as FIXED, since at least one of the original
+issues were fixed :)
More information about the mono-bugs
mailing list