[Mono-bugs] [Bug 79519][Min] Changed - Switching forms is not immediate on slow computers
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 7 09:34:35 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 kuba.brecka at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79519
--- shadow/79519 2006-09-30 08:20:45.000000000 -0400
+++ shadow/79519.tmp.4982 2006-10-07 09:34:35.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79519
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Slackware
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: Windows.Forms
AssignedTo: mono-bugs at ximian.com
ReportedBy: kuba.brecka at gmail.com
QAContact: mono-bugs at ximian.com
@@ -74,6 +74,9 @@
It seems that when you call SetWindowPos WinAPI to get the form to the
top, it blocks the message queue, so you can't click the button again
before the other form is shown. Thats why this bug doesn't appear on
Mono under Windows (because you call the same API, that takes care of
this).
+
+------- Additional Comments From kuba.brecka at gmail.com 2006-10-07 09:34 -------
+Fixed by another bug's patch.
More information about the mono-bugs
mailing list